Results 1 to 3 of 3
Thread: Java UpdateUI on Mac OS
- 04-13-2012, 05:48 PM #1
Member
- Join Date
- Apr 2012
- Posts
- 1
- Rep Power
- 0
Java UpdateUI on Mac OS
In my main method I call a function updateUI() that updates the JMenu and JMenuItem 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.
I use this on Windows and Linux:
Any Ideas or suggestions are welcome!Java Code:component.updateUI();
If necessary I can show some screenshots!
Thanks
- 04-13-2012, 06:14 PM #2
Moderator
- Join Date
- Jul 2010
- Location
- California
- Posts
- 1,609
- Rep Power
- 5
Re: Java UpdateUI on Mac OS
Post an SSCCE that demonstrates the problem.
- 04-13-2012, 06:34 PM #3
Re: Java UpdateUI on Mac OS
Cross posted
osx - Java UpdateUI on Mac OS - Stack Overflow
db
edit Abandoned this thread when asked for a SSCCE, without even learning that Java doesn't have functions.
http://www.coderanch.com/t/572610/GU...pdateUI-Mac-OS
Some people seem to specialize in wasting others' time.Last edited by DarrylBurke; 04-13-2012 at 06:37 PM.
Why do they call it rush hour when nothing moves? - Robin Williams


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks