ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/loops/Microscope.java
(Generate patch)

Comparing jsr166/src/test/loops/Microscope.java (file contents):
Revision 1.13 by jsr166, Thu Jan 15 18:34:19 2015 UTC vs.
Revision 1.15 by jsr166, Mon Aug 10 03:13:33 2015 UTC

# Line 174 | Line 174 | public class Microscope extends JPanel {
174                  public synchronized void actionPerformed(ActionEvent e) {
175                      toggleDemoMode();
176                      updateStatus();
177
177                  }});
178  
179          undoButton.addActionListener(new ActionListener() {
# Line 923 | Line 922 | public class Microscope extends JPanel {
922      }
923  
924      /**
925 <     * Implements a classic all-possible-move search algorith using
925 >     * Implements a classic all-possible-move search algorithm using
926       * ForkJoinTasks.  The move finder is not all that smart. Among
927       * other possible improvements, it could keep a cache of explored
928       * moves and avoid repeating them. This would likely speed it up

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines