-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.6, 2.1.0-beta-1, 1.8.9
-
Component/s: Swing
-
Labels:None
-
Flags:Patch
if ((top == null) || (top == null) || (top == null) || (top == null) || attributes) {
should be
if ((top == null) || (left == null) || (bottom == null) || (right == null) || attributes) {