CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Roman Kennke <[EMAIL PROTECTED]> 05/07/21 11:53:58
Modified files: . : ChangeLog javax/swing : JOptionPane.java Log message: 2005-07-21 Roman Kennke <[EMAIL PROTECTED]> * 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 _______________________________________________ Commit-classpath mailing list Commit-classpath@gnu.org http://lists.gnu.org/mailman/listinfo/commit-classpath