/** @param args */
 public static void main(String[] args) {
   Displayer.createAndShowGUI("Action Demo", new ActionPanel());
 }
 /** @param args */
 public static void main(String[] args) {
   Displayer.createAndShowGUI("FileChooserPane", new FileChooserPane());
 }
 /** @param args */
 public static void main(String[] args) {
   Displayer.createAndShowGUI("BoxLayout Demo", new BoxLayoutPanel());
 }