1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-22 08:22:04 +03:00

Merge branch 'osx-app-bundler' into ide-1.5.x

Conflicts:
	build/build.xml
This commit is contained in:
Cristian Maglie
2014-06-27 16:03:51 +02:00
4 changed files with 67 additions and 35 deletions

View File

@ -52,6 +52,11 @@ public class Platform extends processing.app.Platform {
UIManager.put("Component.visualMargin", new Insets(1, 1, 1, 1));
}
public Platform() {
// For more information see:
// http://mail.openjdk.java.net/pipermail/macosx-port-dev/2013-January/005261.html
Toolkit.getDefaultToolkit();
}
public void init(Base base) {
System.setProperty("apple.laf.useScreenMenuBar", "true");