59606162636465666768
* * @param event original event object. */ protected void doAction(ActionEvent event) { final UserPreferencesDialog dialog = new UserPreferencesDialog( GlobalController.SINGLETON.getMainFrame(), GlobalModel.SINGLETON); dialog.open(); }
57585960616263646566
if (canAct()) { customAction(); } else { UserPreferencesDialog dialog = new UserPreferencesDialog( GlobalController.SINGLETON.getMainFrame(), GlobalModel.SINGLETON); dialog.open(TwitterPreferencesPanel.class); } }