|
static void | main (String[] args) |
|
|
static final int | WIDTH = 300 |
|
Definition at line 12 of file LinesFrameImpl.java.
WhiteBoard.LinesFrameImpl.LinesFrameImpl |
( |
String[] |
args | ) |
throws Exception |
Definition at line 62 of file LinesFrameImpl.java.
References WhiteBoard.LinesFrameImpl.frame, WhiteBoard.Invoke.lookup(), WhiteBoard.LinesFrameImpl.myURL, WhiteBoard.LinesFrameImpl.myWbClient, and WhiteBoard.LinesFrameImpl.WIDTH.
Referenced by WhiteBoard.LinesFrameImpl.main().
66 myCLientURL = Invoke.makeURL(
'C', args[4]);
68 frame =
new Frame(args[1] +
"@" + myCLientURL +
"@" + args[3]);
69 frame.setSize(
WIDTH, HEIGHT);
70 frame.setVisible(
true);
71 frame.addWindowListener(destroyWindow);
72 frame.addWindowListener(raisedWindow);
73 frame.addMouseListener(getCoords);
75 myURL = Invoke.makeURL(
'D', args[4]);
76 myWbClient = (WbClient) Invoke.lookup(myCLientURL);
77 myWbClient.recvDisplayObj(
this);
78 Invoke.myPrint(
"LinesFrameImpl",
myURL);
79 Invoke.myPrint(
"LinesFrameImpl",
""+
myWbClient);
80 Invoke.myPrint(
"LinesFrameImpl",
"Done");
void WhiteBoard.LinesFrameImpl.deleteAndExit |
( |
| ) |
|
|
private |
static void WhiteBoard.LinesFrameImpl.main |
( |
String[] |
args | ) |
|
|
static |
void WhiteBoard.LinesFrameImpl.recvOneLine |
( |
LineCoords |
ln | ) |
|
Frame WhiteBoard.LinesFrameImpl.frame |
|
private |
String WhiteBoard.LinesFrameImpl.myURL |
|
private |
WbClient WhiteBoard.LinesFrameImpl.myWbClient |
|
private |
final int WhiteBoard.LinesFrameImpl.WIDTH = 300 |
|
staticprivate |
int WhiteBoard.LinesFrameImpl.x0 = 0 |
|
private |
The documentation for this class was generated from the following file: