/[classpath]/classpath/javax/swing/JInternalFrame.java
ViewVC logotype

Diff of /classpath/javax/swing/JInternalFrame.java

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

revision 1.7 by jfrijters, Mon Sep 20 08:39:23 2004 UTC revision 1.8 by mkoch, Fri Oct 22 08:22:34 2004 UTC
# Line 389  public class JInternalFrame extends JCom Line 389  public class JInternalFrame extends JCom
389     * The property fired in a PropertyChangeEvent when the jMenuBar property     * The property fired in a PropertyChangeEvent when the jMenuBar property
390     * changes.     * changes.
391     */     */
392    public static final String MENU_BAR_PROPERTY = "jMenuBar";    public static final String MENU_BAR_PROPERTY = "JMenuBar";
393    
394    /**    /**
395     * The property fired in a PropertyChangeEvent when the rootPane property     * The property fired in a PropertyChangeEvent when the rootPane property
# Line 879  public class JInternalFrame extends JCom Line 879  public class JInternalFrame extends JCom
879     * JInternalFrame.     * JInternalFrame.
880     *     *
881     * @return The JMenuBar for this JInternalFrame.     * @return The JMenuBar for this JInternalFrame.
882       *
883       * @deprecated 1.0.3
884     */     */
885    public JMenuBar getMenuBar()    public JMenuBar getMenuBar()
886    {    {
# Line 1482  public class JInternalFrame extends JCom Line 1484  public class JInternalFrame extends JCom
1484     * JInternalFrame.     * JInternalFrame.
1485     *     *
1486     * @param m The JMenuBar to use with this JInternalFrame.     * @param m The JMenuBar to use with this JInternalFrame.
1487       *
1488       * @deprecated 1.0.3
1489     */     */
1490    public void setMenuBar(JMenuBar m)    public void setMenuBar(JMenuBar m)
1491    {    {

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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