X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fplat%2FJava2.java;h=b91eeba66b1de7702b6d082cb947ac65bbbfeebd;hp=fd6b216d699eb1addaab2b4ead1a9457009ddf52;hb=05d23fde131a7d19b378c632c6cc6b7924d8ab4d;hpb=81eda5b4fc7bdf083aa6af02c971d3a75a3c39d5 diff --git a/src/org/ibex/plat/Java2.java b/src/org/ibex/plat/Java2.java index fd6b216..b91eeba 100644 --- a/src/org/ibex/plat/Java2.java +++ b/src/org/ibex/plat/Java2.java @@ -21,13 +21,6 @@ public class Java2 extends AWT { protected String getDescriptiveName() { return "Java 1.2+ JVM"; } public Java2() { - // Properties for Apple JDK 1.3 - System.setProperty("apple.awt.showGrowBox", "false"); - System.setProperty("com.apple.hwaccel", "true"); - System.setProperty("com.apple.forcehwaccel", "true"); - System.setProperty("apple.awt.window.position.forceSafeUserPositioning", "true"); - System.setProperty("apple.awt.window.position.forceSafeCreation", "true"); - // disable the focus manager so we can intercept the tab key javax.swing.FocusManager.setCurrentManager(new javax.swing.FocusManager() { public void processKeyEvent(Component focusedComponent, KeyEvent anEvent) { }