Package com.santiagolizardo.beobachter.gui.dialogs

Examples of com.santiagolizardo.beobachter.gui.dialogs.PreferencesDialog


      dialog.setVisible(true);
    } else if (fontSelectorMenuItem == source) {
      FontChooserDialog dialog = new FontChooserDialog(mainWindow);
      dialog.setVisible(true);     
    } else if (preferencesMenuItem == source) {
      PreferencesDialog dialog = new PreferencesDialog(mainWindow);
      dialog.setVisible(true);
    }
  }
View Full Code Here

TOP

Related Classes of com.santiagolizardo.beobachter.gui.dialogs.PreferencesDialog

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.