I have a menu bar with many SimpleButtonAction. Some of them need to show if they are pressed or not (for example, the "show grid" button).

I have looked for this feature, but I am not an englishspeaker and I don't even know if this is called "triggering" or anything else.

I found JToggleButton, but it can't be added to a menu bar into a bibliothek.gui.dock.DefaultDockable.

Any hint so I can search better for some info?

link|improve this question

You mean JToggleButton? – Max Jul 19 '11 at 7:11
Sure, i meant that sorry – Roman Rdgz Jul 19 '11 at 7:16
feedback

1 Answer

up vote 3 down vote accepted

JCheckBoxMenuItem ? JToggleButton?

link|improve this answer
as I said, JToggleButton has no add method. But I'll totally have a look at the JCheckBoxMenuItem, thanks :) – Roman Rdgz Jul 19 '11 at 7:13
Totally right. My problem now is the dockable not accepting this kind of buttons, but that's a different problem. Thanks! :) – Roman Rdgz Jul 19 '11 at 7:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.