working on tabs.. now actually working/displaying semi-properly

This commit is contained in:
benfry
2004-06-20 17:13:53 +00:00
parent e9503532ea
commit 48560cb0cc
6 changed files with 58 additions and 17 deletions

View File

@@ -41,6 +41,12 @@ public class PdeCode {
this.name = name;
this.file = file;
this.flavor = flavor;
try {
load();
} catch (IOException e) {
System.err.println("error while loading code " + name);
}
}