|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCLIP
public class CLIP
This is the main class of the CLIP system. It contains the main method and is responsible for creating the frame that the applications runs in.
Field Summary | |
---|---|
(package private) static int |
defaultHeight
Default Height of frame. |
(package private) static int |
defaultWidth
Default Width of frame. |
(package private) static int |
defaultXLoc
Default x location of frame. |
(package private) static int |
defaultYLoc
Default y location of frame. |
(package private) static CLIPFrame |
mainFrame
The frame that the program runs in. |
Constructor Summary | |
---|---|
CLIP()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
This is the main method of the program. |
static void |
maximizeFrame()
This function maximizes the mainFrame . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static CLIPFrame mainFrame
CLIPFrame
static final int defaultXLoc
static final int defaultYLoc
static final int defaultWidth
static final int defaultHeight
Constructor Detail |
---|
public CLIP()
Method Detail |
---|
public static void main(java.lang.String[] args)
main
method of the program.
It is responsible for creating the CLIPFrame
and setting it to visible.
CLIPFrame
public static void maximizeFrame()
mainFrame
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |