Home
last modified time | relevance | path

Searched refs:colorThread (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DColumnListCanvas.java120 Thread colorThread = null; field in ColumnListCanvas
341 if (colorThread != null) in finalize()
342 colorThread.stop(); in finalize()
445 if (colorThread == null) { in setHighlighted()
446 colorThread = new ColumnListThread(this); in setHighlighted()
447 colorThread.start(); in setHighlighted()
449 colorThread.resume(); in setHighlighted()
710 if (colorThread == null) { in addItem()
711 colorThread = new ColumnListThread(this); in addItem()
712 colorThread.start(); in addItem()
[all …]