Package org.gojul.fourinaline.gui

Examples of org.gojul.fourinaline.gui.LoginFrame


        // 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 LoginFrame().setVisible(true);
    }
  }
View Full Code Here

TOP

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

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.