-
Enhancement
-
Resolution: Fixed
-
P3
-
11
-
None
-
b13
Run the code:
---------------
UIManager.setLookAndFeel((String) null);
---------------
Exception in thread "main" java.lang.NullPointerException
UIManager.setLookAndFeel(String) method behavior should be specified for null className.
---------------
UIManager.setLookAndFeel((String) null);
---------------
Exception in thread "main" java.lang.NullPointerException
UIManager.setLookAndFeel(String) method behavior should be specified for null className.
- csr for
-
JDK-8201363 Add @throws NPE javadoc to UIManager.setLookAndFeel(String) method description
-
- Closed
-