• 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

UpdateUI on Mac OS

 
Greenhorn
Posts: 13
Opera Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I have a problem and no idea how to solve it. How can I update the components on Mac OS.

On Windows and Linux I use but apparently it doesn't work on Mac OS. Any suggestions? Thanks.
 
Bartender
Posts: 5167
11
Netbeans IDE Opera Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't have a Mac and I probably won't be in a position to suggest anything, but you need to provide more context for anyone to be able to help.
 
Stefan Cosma
Greenhorn
Posts: 13
Opera Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is what happens: In my main class I call a function updateUI() that updates some components after the UIManager changes the Look and Feel. This works perfectly on Windows and Linux, but on Mac it doesn't. So Mac doesn't update the UI of a component after I change the Look and Feel with the UIManager. Anyone got any suggestions.
 
Darryl Burke
Bartender
Posts: 5167
11
Netbeans IDE Opera Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

In my main class I call a function updateUI()


First off, Java doesn't have functions. Java has methods.

Still not enough for anyone to try to help. I suggest you post a SSCCE <- link that demonstrates the problem.
 
Darryl Burke
Bartender
Posts: 5167
11
Netbeans IDE Opera Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Stefan, please BeForthrightWhenCrossPostingToOtherSites
http://stackoverflow.com/questions/10143480/java-updateui-on-mac-os
http://www.java-forums.org/awt-swing/58295-java-updateui-mac-os.html
 
Stefan Cosma
Greenhorn
Posts: 13
Opera Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry about that, I didn't know about this! I will try to contain myself to only one forum/website.
 
Sheriff
Posts: 22783
131
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You don't need to, as long as all forums are aware about the others. Just post the links to the other forum threads here, and the link to JavaRanch forum threads on the other forums.
 
reply
    Bookmark Topic Watch Topic
  • New Topic