Uses of Class
java.awt.event.WindowAdapter
-
Packages that use WindowAdapter Package Description javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.javax.swing.plaf.basic Provides user interface objects built according to the Basic look and feel. -
-
Uses of WindowAdapter in javax.swing
Subclasses of WindowAdapter in javax.swing Modifier and Type Class Description protected class
JMenu.WinListener
A listener class that watches for a popup window closing. -
Uses of WindowAdapter in javax.swing.plaf.basic
Subclasses of WindowAdapter in javax.swing.plaf.basic Modifier and Type Class Description protected class
BasicToolBarUI.FrameListener
The class listens for window events.
-