예제 #1
0
파일: Dialog.cs 프로젝트: sailesh341/JavApi
 public Dialog()
 {
     this.delegateInstance = Toolkit.getDefaultToolkit().createDialog(this);
 }