Exemplo n.º 1
0
 public JCheckBoxMenuItemEx(Action a) {
   super(a);
   setForeground(ColorUtils.getForeground());
   setBackground(ColorUtils.getBackground());
 }