Package GUI

Examples of GUI.SettingsWindow


    if(mainWindow.getX() + mainWindow.getWidth() + 470 < screenSize.getWidth()){
      x = mainWindow.getX() + mainWindow.getWidth() + 10;
    }else if(mainWindow.getX() - 470 > 0){
      x = mainWindow.getX() - 460;
    }
    settingsWindow =  new SettingsWindow(new Rectangle(x,150,450,298), settings, this);
  }
View Full Code Here

TOP

Related Classes of GUI.SettingsWindow

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.