60616263646566676869
* * @param event original event object. */ protected void doAction(ActionEvent event) { ActivityWindow window = ActivityWindow.getInstance(Application.getDefaultParentFrame()); window.setVisible(true); window.requestFocus(); }