Hi guys,
I am working on a Guitar chord programe in NetBeans 6.7.1 IDE
I want to use JToggleButton to show and hide a "Mute" label.
What i actually want is:
If the JToggleButton is clicked (down), it shows Mute & if clicked (up) again, it hide the Mute label.
Plz how can i achieve that. I tried using ActionListener() but i couldn't do a dime.
lotta tnx
