OSDN Git Service

MOD: JDialog.show() method is obsolute. It change to setVisible(true).
authortakuya-o <takuya-o>
Thu, 3 Nov 2005 18:51:19 +0000 (18:51 +0000)
committertakuya-o <takuya-o>
Thu, 3 Nov 2005 18:51:19 +0000 (18:51 +0000)
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 {