• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JWindow - windows L&F

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello. I have created a JWindow containing a JProgressBar. This is fine as I don't want the min/max/close buttons. But what I want to acheive is to make the win and bar the same as the windows L&F.

I have tried






Intending then to overwirte the L&F:


But looking at the API these are not possible, also reported by my IDE:
the method setDefaultLookAndFeelDecorated(true) is undefined for type J....

So is there a way I can play with the JWindow display to the user???

Thanks for taking the time to read.
 
reply
    Bookmark Topic Watch Topic
  • New Topic