OSDN Git Service

MOD: JDialog.show() method is obsolute. It change to setVisible(true).
[mdc/BetaProject.git] / src / org / jent / checksmtp / ToListDialog.java
index 50fdbf2..dbf63e3 100644 (file)
@@ -49,7 +49,7 @@ public class ToListDialog extends JDialog {
           jList1.setVisible(true);
       }
 
-      this.show();
+      this.setVisible(true);
   }
 
   private void jbInit() throws Exception {