-
Bug
-
Resolution: Fixed
-
P4
-
6
-
b25
-
generic
-
generic
The behavior of MatteBorder constructors taking Insets object as a parameter is not quite clear. What should happened if Insets parameter of constructor will be null? There is nothing about it in the specs. Raise NullPointerException, set insets to (0, 0, 0, 0) or something else?
- csr for
-
JDK-8295454 Document NPE for passing null insets to constructors and methods of several javax.swing.border.* classes
-
- Closed
-