Creates a new instance of AquaPLAFPlugin
try { javax.swing.UIManager.setLookAndFeel("com.apple.mrj.swing.MacLookAndFeel"); javax.swing.SwingUtilities.updateComponentTreeUI(frame); frame.setStatusText("Using Aqua."); } catch (Exception ex) { frame.setStatusText("Failed loading Aqua L&F."); }
return "Use Aqua";
frame.setStatusText("Loaded AquaPLAFPlugin");