[Bojangles-cvs] cvs: bojangles / testAppPrefsDlg.java
Status: Alpha
Brought to you by:
nehresma
From: kai5263499 <boj...@li...> - 2002-08-28 23:48:46
|
kai5263499 Wed Aug 28 16:48:45 2002 EDT Modified files: /bojangles testAppPrefsDlg.java Log: Forgot to commit the changes I made to this (although it still dont work...) Index: bojangles/testAppPrefsDlg.java diff -u bojangles/testAppPrefsDlg.java:1.1 bojangles/testAppPrefsDlg.java:1.2 --- bojangles/testAppPrefsDlg.java:1.1 Thu Aug 22 06:44:21 2002 +++ bojangles/testAppPrefsDlg.java Wed Aug 28 16:48:45 2002 @@ -17,8 +17,7 @@ public String browserStr; /** Creates new form testAppPrefsDlg */ - public testAppPrefsDlg(java.awt.Frame parent, boolean modal) { - super(parent, modal); + public testAppPrefsDlg() { initComponents(); } @@ -151,6 +150,7 @@ // End of variables declaration//GEN-END:variables public static void main(String args[]) { - new testAppPrefsDlg(new javax.swing.JFrame(), true).show(); + new testAppPrefsDlg().show(); + System.out.println("burp"); } } |