mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-03 11:35:29 -04:00
Fixed typos.
This commit is contained in:
parent
46ab06f471
commit
9c443f28e3
@ -53,10 +53,10 @@ public class CURImageReader extends ICOImageReader {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the hotspot location for the cursor.
|
||||
* Returns the hot spot location for the cursor.
|
||||
*
|
||||
* @param pImageIndex the index of the cursor in the current input.
|
||||
* @return the hotspot location for the cursor
|
||||
* @return the hot spot location for the cursor
|
||||
*
|
||||
* @throws IOException if an I/O exception occurs during reading of image meta data
|
||||
* @throws IndexOutOfBoundsException if {@code pImageIndex} is less than {@code 0} or greater than/equal to
|
||||
|
@ -53,7 +53,7 @@ import java.util.List;
|
||||
/**
|
||||
* ImageReader for Microsoft Windows ICO (icon) format.
|
||||
* 1, 4, 8 bit palette support with bitmask transparency, and 16, 24 and 32 bit
|
||||
* true color support with alpha. Also supports Windows Vista PNG ecoded icons.
|
||||
* true color support with alpha. Also supports Windows Vista PNG encoded icons.
|
||||
* <p/>
|
||||
*
|
||||
* @author <a href="mailto:harald.kuhr@gmail.com">Harald Kuhr</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user