Package com.santiagolizardo.beobachter.gui.actions

Examples of com.santiagolizardo.beobachter.gui.actions.ExitAction


    recentsMenu = new RecentsMenu(mainWindow);
    recentsMenu.setEnabled(!mainWindow.getConfigData().getRecentFiles().isEmpty());
    recentsMenu.refresh();

    JMenuItem exit = new JMenuItem(new ExitAction(mainWindow));
    exit.setIcon(IconFactory.getImage("exit.png"));

    loadSessionMenuItem = new JMenuItem(tr("Manage sessions..."));
    loadSessionMenuItem.addActionListener(this);
View Full Code Here

TOP

Related Classes of com.santiagolizardo.beobachter.gui.actions.ExitAction

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.