206207208209210211212213214
return radioSearchScreen; } private static Controller getController() { if (controller == null) { controller = new Controller(); } return controller; }
115116117118119120121122
public void run() { SubstanceLookAndFeel.setSkin(new TwilightSkin()); } }); RadioSearchScreen radio = new RadioSearchScreen(new Controller()); radio.setVisible(true); }