public class クラス名 extends Dialog{ public クラス名( JFrame frame , boolean modal ) { super( frame,modal ); } }
this.setContentPane(パネルオブジェクト名);
this.setBounds(左上 x, 左上 y, 右下 x, 右下 y);
this.setUndecorated(true);
this.setResizable(false); //true:リサイズ可 //false:リサイズ不可