setEnabled(!HermesBrowser.getBrowser().isRestricted());
}
public void actionPerformed(ActionEvent arg0) {
try {
PreferencesDialog dialog = new PreferencesDialog();
dialog.setVisible(true);
} catch (Exception ex) {
HermesBrowser.getBrowser().showErrorDialog(ex);
}
}