This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[gui][PATCH] Classes implementing RootPaneContainer


Hi,

Here is patch that makes SwingUtilities.getRootPane() to work properly.
It changes JApplet, JFrame and JWindow to declare that they implement
RootPaneContainer interface and makes methods of this interface in these
classes public.

I'll be committing this patch to java-gui-branch.

Olga.

Attachment: patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]