Ticket #1589: MainApplication.diff

File MainApplication.diff, 868 bytes (added by Henry Loenwind, 16 years ago)
  • src/org/openstreetmap/josm/gui/MainApplication.java

     
    3030 */
    3131public class MainApplication extends Main {
    3232        /**
     33         * Allow subclassing (see JOSM.java)
     34         */
     35        public MainApplication() {}
     36
     37        /**
    3338         * Construct an main frame, ready sized and operating. Does not
    3439         * display the frame.
    3540         */
     
    6469                //                                                                 Imi.
    6570                /////////////////////////////////////////////////////////////////////////
    6671
     72                System.setProperty("apple.laf.useScreenMenuBar", "true");
     73
    6774                Thread.setDefaultUncaughtExceptionHandler(new BugReportExceptionHandler());
    6875
    6976                // construct argument table