public class test3 extends Dialog {

public static void main(String[] args){
new Test3(null,"hallo",false);
}