63646566676869707172
AWPrefs.setServerID(""); new DialogPersonalInfo(null).runModal(); AWPrefs.setUserRegistered(true); } DialogReports reports = new DialogReports(null, false); reports.setDelegate(this); reports.runModal(); } }
52535455565758
public void scheduledTimerFired(boolean startup) { checkUpdatesAuto(startup); } public static void submitStats(Container parent) { new DialogReports(parent, true).runModal(); }