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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalScrollButton.java57 private boolean isFreeStanding = false; field in class:MetalScrollButton
69 isFreeStanding = freeStanding;
74 isFreeStanding = freeStanding;
104 if ( !isFreeStanding ) {
144 if ( !isFreeStanding ) {
155 if ( !isFreeStanding ) {
200 if ( !isFreeStanding ) {
210 if ( !isFreeStanding ) {
252 if ( !isFreeStanding ) {
259 if ( !isFreeStanding ) {
[all...]
H A DMetalScrollBarUI.java81 public static final String FREE_STANDING_PROP = "JScrollBar.isFreeStanding";
82 protected boolean isFreeStanding = true; field in class:MetalScrollBarUI
134 decreaseButton = new MetalScrollButton( orientation, scrollBarWidth, isFreeStanding );
141 increaseButton = new MetalScrollButton( orientation, scrollBarWidth, isFreeStanding );
153 if ( !isFreeStanding ) {
181 if ( !isFreeStanding ) {
190 if ( !isFreeStanding ) {
214 if ( !isFreeStanding ) {
239 if ( !isFreeStanding ) {
259 if ( !isFreeStanding ) {
[all...]

Completed in 33 milliseconds