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

@ -32,7 +32,7 @@ public class I2PTunnelGUI extends Frame implements ActionListener, Logging {
log.setEditable(false);
log("enter 'help' for help.");
pack();
show();
setVisible(true);
}
public void log(String s) {