-
Bug
-
Resolution: Fixed
-
P4
-
6
-
b04
-
generic, x86
-
generic, linux
-
Not verified
In the specification for the java.awt.SystemTry class an exapmle is given.
There is a typ0
Image image = Toolkit.getDefaultToolkit.getImage(...);
The Tollkit class does not have getDefaultToolkit field.
This should confuse a newcomer.
There is a typ0
Image image = Toolkit.getDefaultToolkit.getImage(...);
The Tollkit class does not have getDefaultToolkit field.
This should confuse a newcomer.
- duplicates
-
JDK-6588244 Error in demo code - a "( )" is missing!
- Closed