KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > cve > presenter > PresenterB


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