6667686970717273
{ String currentVersion = ApplicationLauncher.getCurrentVersion(); JFrame frame = Application.getDefaultParentFrame(); FullCheckCycle checker = new FullCheckCycle(frame, currentVersion, true); checker.check(); } }
14911492149314941495149614971498149915001501
FullCheckCycle checker = new FullCheckCycle(mainFrame, currentVersion, false); try { checker.check(); } catch (Throwable e) { LOG.log(Level.WARNING, Strings.error("failed.to.finish.updates.check"), e); } }