Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #393

Re: Cross-platform develo

From "tar" <tar@THRWHITE.remove-dii-this>
Subject Re: Cross-platform develo
Message-ID <ymiirgflmna.fsf@sevak.isi.edu> (permalink)
Newsgroups comp.lang.java.gui
References <1166020063.300161.156980@n67g2000cwd.googlegroups.com>
Date 2011-04-27 15:27 +0000
Organization TDS.net

Show all headers | View raw


  To: comp.lang.java.gui
"Andrew Thompson" <andrewthommo@gmail.com> writes:

> qu0ll wrote:
> > I am trying to develop an application to run on both Linux and Windows so I

Well, if you are trying to be cross-platform, why limit yourself to just
Linux and Windows?  What about Solaris?  MacOS?  Other Unix types?

> > need to use both the GTK look and feel and the Windows look and feel.
> 
> // Set System L&F
>   UIManager.setLookAndFeel(
>         UIManager.getSystemLookAndFeelClassName());
> // builds on Win (and presumably other platforms)
> // works for Win/Linux/Unix/Solaris/Mac. OS/...

Which is why Andrew's suggestion has much merit.

> >...and how do I build my system on Windows?
> 
> I set the System PLAF on most projects I deploy,
> and have never needed direct access to the other
> PLAF's.  Why do you?


-- 
Thomas A. Russ,  USC/Information Sciences Institute

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

Back to comp.lang.java.gui | Previous | NextPrevious in thread | Find similar


Thread

Re: Cross-platform develo "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:27 +0000
  Re: Cross-platform develo "tar" <tar@THRWHITE.remove-dii-this> - 2011-04-27 15:27 +0000

csiph-web