76777879808182
// Do nothing (return) when in 'no events mode' if(mainFrame.getNoEventsMode()) return; new AboutDialog(mainFrame).showDialog(); }
42434445464748
super(mainFrame, properties); } @Override public void performAction() { new AboutDialog(mainFrame).showDialog(); }