Package games.stendhal.client.gui.settings

Examples of games.stendhal.client.gui.settings.SettingsDialog


   *
   * @return <code>true</code> if was handled.
   */
  public boolean execute(String[] params, String remainder) {
    if (dialog == null) {
      dialog = new SettingsDialog(j2DClient.get().getMainFrame());
      dialog.addWindowListener(new WindowAdapter() {
        @Override
        public void windowClosed(WindowEvent e) {
          dialog = null;
        }
View Full Code Here

TOP

Related Classes of games.stendhal.client.gui.settings.SettingsDialog

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.