This commit is contained in:
benfry
2002-11-19 09:05:26 +00:00
parent 4fa553d250
commit 0ad1b80994
4 changed files with 67 additions and 52 deletions

View File

@@ -64,6 +64,12 @@ public class PdeBase extends Frame implements ActionListener {
static public void main(String args[]) {
try {
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
} catch (Exception e) {
e.printStackTrace();
}
//System.getProperties().list(System.out);
//System.out.println(System.getProperty("java.class.path"));