Lines Matching refs:icon

49  * a native frame, including dragging, closing, becoming an icon,
158 * an icon-image).
172 /** The icon shown in the top-left corner of this internal frame. */
177 * The icon that is displayed when this internal frame is iconified.
223 public final static String IS_ICON_PROPERTY = "icon";
873 * make the <code>JInternalFrame</code> an icon.
939 parent if possible so that we can place the icon in its
1092 // The internal frame or the desktop icon must be showing to allow
1148 * appropriate behavior for that situation, such as displaying no icon
1149 * or a default icon for the look and feel.
1151 * @param icon the <code>Icon</code> to display in the title bar
1155 * description: The icon shown in the top-left corner of this internal frame.
1157 public void setFrameIcon(Icon icon) {
1159 frameIcon = icon;
1160 firePropertyChange(FRAME_ICON_PROPERTY, oldIcon, icon);
1315 // search its icon parent for desktop
1332 * description: The icon shown when this internal frame is minimized.
1747 /* icon default visibility is false; set it to true so that it shows
2138 * UI objects can display a desktop icon. If an application
2139 * wants to display a desktop icon, it should create a
2158 * Creates an icon for an internal frame.
2161 * for which the icon is created
2193 * @return the <code>JInternalFrame</code> with which this icon
2204 * @param f the <code>JInternalFrame</code> with which this icon
2212 * Convenience method to ask the icon for the <code>Desktop</code>
2216 * icon's internal frame, or <code>null</code> if none found
2314 * desktop icon user-interface elements.