KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > cve > presenter > PresenterC


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