Home
last modified time | relevance | path

Searched refs:threadScrollbar (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.java110 private static WinScrollbar threadScrollbar; field in WinScrollbar
664 } else if (threadScrollbar != null && in mouseDrag()
665 threadScrollbar.currentScrollbar == this) { in mouseDrag()
666 synchronized (threadScrollbar) { in mouseDrag()
668 threadScrollbar.currentScrollPosition = y; in mouseDrag()
670 threadScrollbar.currentScrollPosition = x; in mouseDrag()
811 if (threadScrollbar == null) { in initAutoScroll()
812 threadScrollbar = this; in initAutoScroll()
813 scrollThread = new Thread(threadScrollbar, /* NOI18N */ in initAutoScroll()
819 synchronized (threadScrollbar) { in initAutoScroll()
[all …]