/[classpath]/classpath/javax/swing/plaf/basic/BasicInternalFrameTitlePane.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicInternalFrameTitlePane.java

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

revision 1.1 by mark, Sat Jun 26 16:07:02 2004 UTC revision 1.2 by jfrijters, Mon Sep 20 08:39:23 2004 UTC
# Line 439  public class BasicInternalFrameTitlePane Line 439  public class BasicInternalFrameTitlePane
439    }    }
440    
441    /** The action command for the Close action. */    /** The action command for the Close action. */
442    protected static String CLOSE_CMD = "Close";    protected static final String CLOSE_CMD = "Close";
443    
444    /** The action command for the Minimize action. */    /** The action command for the Minimize action. */
445    protected static String ICONIFY_CMD = "Minimize";    protected static final String ICONIFY_CMD = "Minimize";
446    
447    /** The action command for the Maximize action. */    /** The action command for the Maximize action. */
448    protected static String MAXIMIZE_CMD = "Maximize";    protected static final String MAXIMIZE_CMD = "Maximize";
449    
450    /** The action command for the Move action. */    /** The action command for the Move action. */
451    protected static String MOVE_CMD = "Move";    protected static final String MOVE_CMD = "Move";
452    
453    /** The action command for the Restore action. */    /** The action command for the Restore action. */
454    protected static String RESTORE_CMD = "Restore";    protected static final String RESTORE_CMD = "Restore";
455    
456    /** The action command for the Size action. */    /** The action command for the Size action. */
457    protected static String SIZE_CMD = "Size";    protected static final String SIZE_CMD = "Size";
458    
459    /** The action associated with closing the JInternalFrame. */    /** The action associated with closing the JInternalFrame. */
460    protected Action closeAction;    protected Action closeAction;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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