107108109110111112113114115116117
} }); } private void updateOnGuiThread() { State state = autoUpdater.getState(); if (!SwingUtilities.isEventDispatchThread()) { throw new RuntimeException("Must be on event thread"); }
100101102103104105106107108109110