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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJInternalFrame.java162 protected boolean iconable; field in class:JInternalFrame
178 * @see #iconable
346 this.iconable = iconifiable;
870 * Sets the <code>iconable</code> property,
884 Boolean oldValue = iconable ? Boolean.TRUE : Boolean.FALSE;
886 iconable = b;
887 firePropertyChange("iconable", oldValue, newValue);
891 * Gets the <code>iconable</code> property,
894 * @return the value of the <code>iconable</code> property.
899 return iconable;
[all...]

Completed in 29 milliseconds