-
Bug
-
Resolution: Fixed
-
P5
-
1.4.0
-
1.4
-
sparc
-
solaris_7
When a BufferedImage is created, the height and width of the BufferedImage is always known. However, the spec for BufferedImage.getWidth(ImageObserver) and BufferedImage.getHeight(ImageObserver) state " If the width/height is not known yet then the ImageObserver is notified later and -1 is returned." These statements are incorrect and are not needed in the spec.