cxbrooks / test

Second test for bugzilla to git
0 stars 0 forks source link

CapeCode does not have Mac menus and Keybindings under Java 9 #21

Open cxbrooks opened 6 years ago

cxbrooks commented 6 years ago

Note: the issue was created automatically with bugzilla2github tool

Original bug ID: BZ#552 From: @cxbrooks Reported version: unspecified CC: accessors-devel@terraswarm.org

cxbrooks commented 6 years ago

To get CapeCode to compile with Java 9, Top.java was modified so that ptolemy.gui.MacOSXAdapter is not invoked.

See [Bug BZ#548] CapeCode fails to compile under JDK 1.9/Java 9 at https://chess.eecs.berkeley.edu/bugzilla/show_bug.cgi?id=548

To close this bug, we need to use java.awt.Desktop

See https://docs.oracle.com/javase/9/migrate/toc.htm#JSMIG-GUID-97C1D0BB-D5D3-4CAD-B17D-03A87A0AAF3B

and http://openjdk.java.net/jeps/272