Searched refs:updaterThread (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/demo/applets/SpreadSheet/
H A DSpreadSheet.java147 cells[i][j].updaterThread.run = false;
475 CellUpdater updaterThread; field in class:Cell
678 updaterThread.run = false;
679 updaterThread = null;
694 updaterThread = new CellUpdater(this);
695 updaterThread.start();

Completed in 30 milliseconds