184185186187188189190191192193194
f.restorePersistentSize(); f.setVisible(true); // Send notice we are shutting down context.getEventBus().postEvent( new AppShutdownEvent(context)); } catch(Exception ex) { ex.printStackTrace(); } }