Usability: Which (menu) button?
- From: Karsten Wutzke <kwutzke@xxxxxx>
- Date: Tue, 09 Oct 2007 10:55:14 -0700
Hello!
I have a few settings that are controlled via menu items.
For binary values (true/false or on/off):
Is it better to have regular menu items (JMenuItem) with changing text
or better use toggle menu items (JCheckBoxMenuItem) with constant text
where the check represents on/off state?
For 1 out of n selections:
Basically the same question as above, just with JMenuItem/s vs.
JRadioButtonMenuItem's... (I have to check whether using regular
JMenuItems makes sense at all...)
What are the pros/cons here?
TIA
Karsten
.
- Follow-Ups:
- Re: Usability: Which (menu) button?
- From: CK
- Re: Usability: Which (menu) button?
- From: Roedy Green
- Re: Usability: Which (menu) button?
- From: Ed Webb
- Re: Usability: Which (menu) button?
- Prev by Date: List cell renderer with JLabel: selected border
- Next by Date: Re: Usability: Which (menu) button?
- Previous by thread: List cell renderer with JLabel: selected border
- Next by thread: Re: Usability: Which (menu) button?
- Index(es):