|
|
@ -24,8 +24,6 @@ public class ColorSelectPaneWithOutTransparent extends NewColorSelectPane { |
|
|
|
menuColorPane.setLayout(new GridLayout(0, 8, 1, 1)); |
|
|
|
menuColorPane.setLayout(new GridLayout(0, 8, 1, 1)); |
|
|
|
menuColorPane.setBorder(BorderFactory.createEmptyBorder(8, 8, 0, 8)); |
|
|
|
menuColorPane.setBorder(BorderFactory.createEmptyBorder(8, 8, 0, 8)); |
|
|
|
|
|
|
|
|
|
|
|
menuColorPane.setPreferredSize(new Dimension(205, 62)); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return menuColorPane; |
|
|
|
return menuColorPane; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|