99100101102103104105106107108109
unixInstallerExec.install(); unixInstallerExec.dispose(); t.stop(); } else { t.stop();
103104105106107108109110111112113
t.stop(); } else { t.stop(); throw new AssertionError("Bad OS"); } progressBar.setValue(progressBar.getMaximum());
117118119120121122123124125126127
wasCompleted = true; } catch(final JixException e) { t.stop(); progressBar.setValue(0); try {
147148149150151152153154155156157
updateUI(); } catch(IOException e) { t.stop(); progressBar.setValue(0); ErrorDetailsDialog errorDetailsDialog = new ErrorDetailsDialog(new JixException(e)); errorDetailsDialog.setVisible(true);
4546474849505152535455
public void actionPerformed(ActionEvent e) { repaint(); if (!checkEndAnimation()) { Timer t=(Timer)e.getSource(); t.stop(); endAnimationEvent = null; } } }); timer.setInitialDelay(10);
16501651165216531654165516561657165816591660
} /** turn off status bar update */ // <start-adobe> if (t != null) { t.stop(); statusBar.setProgress(100); } // <end-adobe>
131132133134135136137138139140141
if (dx != 0 || dy != 0) { location.translate(dx, dy); move(location); } else { timer.stop(); dispose(); } } }); timer.setInitialDelay(0);
396397398399400401402403404405406
timer.addActionListener(new ActionListener() { @Override public void actionPerformed(ActionEvent e) { /* Count down */ if (timer.getDelay() < 90) { timer.stop(); highlightedMotes.remove(mote); repaint(); return; }
351352353354355356357358359360361
final Mote mote = (Mote) obj; timer.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { /* Count down */ if (timer.getDelay() < 90) { timer.stop(); highlightedMotes.remove(mote); repaint(); return; }
653654655656657658659660661662663
} @Override protected void done() { // this runs in the AWT Thread t.stop(); // this is true if the node has been collapsed if (selectedNode.isProxy()) { return; } // Let the node know it needs to refresh itself