commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] classpath ./ChangeLog javax/swing/JOptionPane.java


From: Roman Kennke
Subject: [commit-cp] classpath ./ChangeLog javax/swing/JOptionPane.java
Date: Thu, 21 Jul 2005 07:53:58 -0400

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Roman Kennke <address@hidden>   05/07/21 11:53:58

Modified files:
        .              : ChangeLog 
        javax/swing    : JOptionPane.java 

Log message:
        2005-07-21  Roman Kennke  <address@hidden>
        
        * javax/swing/JOptionPane.java
        (createInternalFrame): Look for a JDesktopPane first, then
        look for a JLayeredPane as fallback. Set this JOptionPane as
        contentPane for the found JDesktopPane. Make the InternalFrame
        visible and appropriatly sized here.
        (showInternalConfirmDialog): ALL VARIANTS OF THIS METHOD:
        Adjusted call to startModel to only take one parameter.
        (showInternalInputDialog): ALL VARIANTS OF THIS METHOD:
        Adjusted call to startModel to only take one parameter.
        (showInternalMessageDialog): ALL VARIANTS OF THIS METHOD:
        Adjusted call to startModel to only take one parameter.
        (showInternalOptionDialog): ALL VARIANTS OF THIS METHOD:
        Adjusted call to startModel to only take one parameter.
        (startModal): Now only takes one parameter. This method does no
        longer add the JOptionPane to the contentPane of the InternalFrame,
        set the size and make the InternalFrame visible. This is done in
        createInternalFrame.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4171&tr2=1.4172&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/JOptionPane.java.diff?tr1=1.14&tr2=1.15&r1=text&r2=text





reply via email to

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