classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] [Patch] javax.swing


From: Michael Koch
Subject: [cp-patches] [Patch] javax.swing
Date: Tue, 21 Dec 2004 20:33:41 +0100
User-agent: Mutt/1.5.6+20040907i

Hi list,


I just commited the attached patch to improve JApplet, JDialog,
JInternalFrame and JWindow.


Michael


2004-12-21  Michael Koch  <address@hidden>

        * javax/swing/JApplet.java
        (HIDE_ON_CLOSE): Removed.
        (EXIT_ON_CLOSE): Likewise.
        (DISPOSE_ON_CLOSE): Likewise.
        (DO_NOTHING_ON_CLOSE): Likewise.
        (close_action): Likewise.
        (getDefaultCloseOperation): Likewise.
        (setDefaultCloseOperation): Likewise.
        (processWindowEvent): Likewise.
        (getPreferredSize): Simplified.
        * javax/swing/JDialog.java
        (setDefaultLookAndFeelDecorated): Throw exception on wrong argument
        value.
        * javax/swing/JFrame.java
        (setDefaultLookAndFeelDecorated): Likewise.
        * javax/swing/JInternalFrame.java
        (setDefaultCloseOperation): Fixed throwing exception on wrong argument
        value.
        * javax/swing/JWindow.java
        (HIDE_ON_CLOSE): Removed.
        (EXIT_ON_CLOSE): Likewise.
        (DISPOSE_ON_CLOSE): Likewise.
        (DO_NOTHING_ON_CLOSE): Likewise.
        (close_action): Likewise.
        (processKeyEvent): Likewise.
        (setDefaultCloseOperation): Likewise.
        (getPreferredSize): Simplified.

Attachment: swing.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]