Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0
-
None
-
None
Description
> java.awt.Font.getName() // ok
> java.awt.Font.name
> throws
> java.lang.IllegalArgumentException
the 'name' field on Font is treated as a static property while the field not static.