DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    tq Guest

    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.

  2. #2
    Paul Clapham Guest

    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.




  3. #3
    Rajkamal Gopinath Guest

    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.



Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links