Hi guy's
i have a question about JMenuBar in
Java on Os X
i'm programming a little application just for fun
Explaination about the program and my problem :
I have a login part and a menu part
when i'm not logged in the menu is like "File - New - Profile - ?"
this is in my menuBar
but everything in NEW and in PROFILE are disabled ( because you can only use this option when you'r logged)
my code is :
as you can see I disable the items that i don't need before login
but after ... i call this method back and .... in theory this items are ENABLE but ...
it doesn't work
i hope you'll help me
thanks