Exemplo n.º 1
0
 public void actionPerformed(ActionEvent e) {
   MetalLookAndFeel.setCurrentTheme(theme);
   currentTheme = theme;
   swingset.updateLookAndFeel();
 }
Exemplo n.º 2
0
 public void actionPerformed(ActionEvent e) {
   cframe.dispose();
 }
Exemplo n.º 3
0
 public void actionPerformed(ActionEvent e) {
   swingset.setLookAndFeel(laf);
 }