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

/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java296 private static final byte _thumb = 2; field in class:JRSUIConstants.ScrollBarPart
297 public static final ScrollBarPart THUMB = new ScrollBarPart(_thumb);
779 private static final int _thumb = 2; field in class:JRSUIConstants.ScrollBarHit
780 public static final ScrollBarHit THUMB = new ScrollBarHit(_thumb);
806 case ScrollBarHit._thumb:

Completed in 393 milliseconds