-
how to launch java app from NT
Please help! I have a java program (extends Frame not Applet). The java program
is on an Unix OS. Is there a way i can launch that GUI java app from Windows
NT and see the GUI displays in the NT environment? Thanks.
-
Re: how to launch java app from NT
Why? My suggestion would be to get the Java JRE, put it and your program on
the NT system, and run it there.
PC2
tq <tr_abc@yahoo.com> wrote in message news:3a8cc69c$1@news.devx.com...
>
> Please help! I have a java program (extends Frame not Applet). The java
program
> is on an Unix OS. Is there a way i can launch that GUI java app from
Windows
> NT and see the GUI displays in the NT environment? Thanks.
-
Re: how to launch java app from NT
Hi,
UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel" ;
SwingUtilities.updateComponentTreeUI(this);
after you define your GUI
or change the default.laf property in Swing.properties file
Hope this helps
Regards
Rajkamal
"tq" <tr_abc@yahoo.com> wrote:
>
>Please help! I have a java program (extends Frame not Applet). The java
program
>is on an Unix OS. Is there a way i can launch that GUI java app from Windows
>NT and see the GUI displays in the NT environment? Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|