mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
more
This commit is contained in:
@@ -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"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user