Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DWinScrollbar.java111 private static Thread scrollThread; field in WinScrollbar
808 if (Thread.currentThread() == scrollThread) in initAutoScroll()
813 scrollThread = new Thread(threadScrollbar, /* NOI18N */ in initAutoScroll()
815 scrollThread.setDaemon(true); in initAutoScroll()
816 scrollThread.start(); in initAutoScroll()
842 while (scrollThread == Thread.currentThread()) { in run()