Searched refs:scrollThread (Results 1 – 1 of 1) sorted by relevance
111 private static Thread scrollThread; field in WinScrollbar808 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()