classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: more JWindow constructor fixes


From: Roman Kennke
Subject: [cp-patches] FYI: more JWindow constructor fixes
Date: Thu, 19 Jan 2006 22:27:08 +0000

I fixed the remaining JWindow constructors to also accept null owner
arguments. This involved modifying the SwingUtilities.getOwnerFrame()
signature once more, and adding casts to the statements that call this
method.

2006-01-19  Roman Kennke  <address@hidden>

        * javax/swing/JWindow.java
        (JWindow(Window)): Fixed to accept null owner argument.
        (JWindow(Window,GraphicsConfiguration)): Fixed to accept null
        owner argument.
        * javax/swing/SwingUtilities.java
        (getOwnerFrame): Owner parameter and return value are fixed to
        be of type Window for compatibity with the above JWindow
        constructor.
        * javax/swing/JDialog.java
        (JDialog): Added cast to Frame to make sure the correct
constructor
        is called.
        * javax/swing/JFileChooser.java
        (createDialog): Added cast to Frame for JDialog constructor.

/Roman

Attachment: patch.diff
Description: Text Data


reply via email to

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