finish serial for windows, better launcher

This commit is contained in:
benfry
2002-07-30 01:11:42 +00:00
parent b053d7f129
commit e1d702db2f
9 changed files with 47 additions and 22 deletions

View File

@@ -67,6 +67,8 @@ public class PdeBase implements ActionListener {
static public void main(String args[]) {
//System.getProperties().list(System.out);
System.out.println(System.getProperty("java.class.path"));
PdeBase app = new PdeBase();
}