put rome and jdom in the syndie.war, and fix some deprecation warnings

This commit is contained in:
jrandom
2005-11-15 12:46:54 +00:00
committed by zzz
parent a15c90d2cc
commit 9d030327e6
4 changed files with 19 additions and 5 deletions

View File

@ -25,6 +25,6 @@ public class BrowserChooser extends FileDialog {
}
public void initialize(){
this.show();
this.setVisible(true);
}
}