/[classpath]/classpath/javax/swing/plaf/metal/MetalInternalFrameUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/metal/MetalInternalFrameUI.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.5 by gnu_andrew, Tue Sep 20 18:46:34 2005 UTC revision 1.1.2.6 by gnu_andrew, Wed Nov 2 00:44:00 2005 UTC
# Line 47  import javax.swing.plaf.ComponentUI; Line 47  import javax.swing.plaf.ComponentUI;
47  import javax.swing.plaf.basic.BasicInternalFrameUI;  import javax.swing.plaf.basic.BasicInternalFrameUI;
48    
49  /**  /**
50   * A UI delegate for the {@link JInternalFrame} component under the   * A UI delegate for the {@link JInternalFrame} component.
  * {@link MetalLookAndFeel}.  
51   */   */
52  public class MetalInternalFrameUI  public class MetalInternalFrameUI
53    extends BasicInternalFrameUI    extends BasicInternalFrameUI
54  {  {
55    /**    /**
56     * The key for the client property that controls whether the internal frame     * The key (<code>JInternalFrame.isPalette</code>) for the client property
57     * is displayed using the palette style.     * that controls whether the internal frame is displayed using the palette
58       * style.
59     */     */
60    protected static String IS_PALETTE = "JInternalFrame.isPalette";    protected static String IS_PALETTE = "JInternalFrame.isPalette";
61    

Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.1.2.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26