Package hermes.browser.dialog.general

Examples of hermes.browser.dialog.general.PreferencesDialog


    setEnabled(!HermesBrowser.getBrowser().isRestricted());
  }

  public void actionPerformed(ActionEvent arg0) {
    try {
      PreferencesDialog dialog = new PreferencesDialog();
      dialog.setVisible(true);
    } catch (Exception ex) {
      HermesBrowser.getBrowser().showErrorDialog(ex);
    }
  }
View Full Code Here

TOP

Related Classes of hermes.browser.dialog.general.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.