Package org.gojul.fourinaline.gui

Examples of org.gojul.fourinaline.gui.GlobalLoginFrame


      // WA for problems that may occur under some badly shaped platforms, as Debian Lenny
      // which seems to have a problem with the Java desktop integration...
      UIManager.setLookAndFeel(UIManager.getCrossPlatformLookAndFeelClassName());
    }
   
    new GlobalLoginFrame(args[0]).setVisible(true);
  }
View Full Code Here

TOP

Related Classes of org.gojul.fourinaline.gui.GlobalLoginFrame

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.