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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJToolBar.java61 * (unless the <code>floatable</code> property is set to <code>false</code>).
99 private boolean floatable = true; field in class:JToolBar
351 * Gets the <code>floatable</code> property.
353 * @return the value of the <code>floatable</code> property
359 return floatable;
363 * Sets the <code>floatable</code> property,
365 * Typically, a floatable tool bar can be
369 * Some look and feels might not implement floatable tool bars;
382 if ( floatable != b )
384 boolean old = floatable;
[all...]

Completed in 30 milliseconds