| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
| however it's possible to create non-gui class that will launch gui class public class NONGUICLASS{ public static void main(String []args){ System.setProperty("apple.laf.useScreenMenuBar",???); GUICLASS.main(args);//you can use reflection too if you want } } public class GUICLASS extends <any AWT/SWING component>{ public static void main(String []args){ ................. } } should work I found that approach useful if someone wants to deploy application as 2clickable jar file On Jun 15, 2005, at 10:27 PM, Scott Kovatch wrote:
Dmitry Markman |
_______________________________________________ Do not post admin requests to the list. They will be ignored. Java-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/java-dev/email@hidden This email sent to email@hidden
| References: | |
| >apple.laf.useScreenMenuBar doesn't work under OS 10.4 (From: "Eric Kolotyluk" <email@hidden>) | |
| >Re: apple.laf.useScreenMenuBar doesn't work under OS 10.4 (From: Scott Kovatch <email@hidden>) | |
| >Re: apple.laf.useScreenMenuBar doesn't work under OS 10.4 (From: Dmitry Markman <email@hidden>) | |
| >Re: apple.laf.useScreenMenuBar doesn't work under OS 10.4 (From: Scott Kovatch <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.