• 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
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Different dimesions between LookAndFeel's

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
i've there a gui, where the user can change the LookAndFeel.
I don't want that the user can change the window size for example. my problem now is, that when the user change the LookAndFeel, the size off components changed (a JTextArea f.i.).
Because i don't want to implement for each LookAndFeel own dimension, i search for an other posibility.
So, is there a way to find out the dimension of the LookAndFeel that is used for each component?
regards
Lars
 
reply
    Bookmark Topic Watch Topic
  • New Topic