mirror of
https://github.com/processing/processing4.git
synced 2026-02-10 09:09:26 +01:00
got editor buttons working
This commit is contained in:
@@ -86,12 +86,8 @@ public class PdeBase /*extends JFrame implements ActionListener*/
|
||||
|
||||
public PdeBase() {
|
||||
|
||||
// build the editor object
|
||||
|
||||
editor = new PdeEditor();
|
||||
|
||||
|
||||
// figure out which operating system
|
||||
// this has to be first, since editor needs to know
|
||||
|
||||
if (System.getProperty("mrj.version") != null) { // running on a mac
|
||||
platform = (System.getProperty("os.name").equals("Mac OS X")) ?
|
||||
@@ -116,6 +112,11 @@ public class PdeBase /*extends JFrame implements ActionListener*/
|
||||
}
|
||||
|
||||
|
||||
// build the editor object
|
||||
|
||||
editor = new PdeEditor();
|
||||
|
||||
|
||||
// set the look and feel before opening the window
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user