Package com.santiagolizardo.beobachter.gui

Examples of com.santiagolizardo.beobachter.gui.MainWindow


      @Override
      public void run() {
        SwingUtil.setLookAndFeel(configData.getWindowLAF());

        MainWindow mainWindow = new MainWindow(configData);
        mainWindow.setVisible(true);
      }
    });
  }
View Full Code Here

TOP

Related Classes of com.santiagolizardo.beobachter.gui.MainWindow

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.