Package com.softuni.raxus.listeners

Examples of com.softuni.raxus.listeners.MenuScreenDisposeListener


  public MenuScreen(String title) {
    super(title);
    // Do nothing on close because we are closing the main screen
    // differently - with a prompt.
    setDefaultCloseOperation(DO_NOTHING_ON_CLOSE);
    addWindowListener(new MenuScreenDisposeListener());
  }
View Full Code Here

TOP

Related Classes of com.softuni.raxus.listeners.MenuScreenDisposeListener

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.