KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > cve > presenter > PresenterA


1 package cve.presenter;
2
3 import cve.core.elementEEL.*;
4 import cve.staticLayout.Cve;
5
6 public class PresenterA extends Presenter
7 {
8    public PresenterA () {
9       super();
10       Cve.errLog.debug("");
11       setSizeP(700,450);
12       setLocationP(10,10);
13       //System.out.println(" ************** le dimensioni di PresenterA"+height+" "+width);
14
}
15
16 }
17
18
Popular Tags