public void actionPerformed(ActionEvent e) {
   MetalLookAndFeel.setCurrentTheme(theme);
   currentTheme = theme;
   swingset.updateLookAndFeel();
 }