• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Windows Look-and-Feel

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How can I use Windows Look-and-Feel in a
Unix (Linux/Solaris/HP-UX) platform?
it throws UnsupportedLookAndFeelException ?
 
Saloon Keeper
Posts: 28713
211
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't know at what level the plaf modules start using native windowing services, but there's the possibility that the reason that you get an unsuppported look-and-feel exception is that the low-level native windowing services are simply not available because they are part of Windows, and you're not running Windows.
I can say, however, that while Linux users might be more tolerant, if you were ever to force the MS-WINDOWS look-and-feel on MACINTOSH users, they'd be coming after you with the ropes and knives and sharpened farm implements!
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tim is right. The services just aren't there. Also I read somewhere that it was actually a copywrite infringement for the Windows Look and Feel to be ported to other platforms. So MS would be coming after you with knives and pitchforks, etc.
reply
    Bookmark Topic Watch Topic
  • New Topic