Class Frame
Class Frame
java.lang.Object
|
+----Frame
- public class Frame
- extends Object
Get the Frame window that is the parent of all the windows
currently on the screen. Every application has ONE Frame that
can be found by trolling through the tree of Containers that
makes up the hierarchy of windows in a Java application.