I have a remark related to the way the Swing forms are created.
Controls like JCheckBox and JRadioButton are most of the time not created by passing a label in the constructor, but an additional JLabel is created in order to line up the controls and labels properly.
One problem with this approach is the way these controls behave. Normally you can click on the text of a checkbox or a radio button in order to toggle it. But when the corresponding label is not part of the component, this does not work and leads to a UI that is non-standard with reagrds to the rest of the system (at least on Windows, maybe it's different on other platforms)
Getting the radion buttons and checkboxes back to system-standard behaviour is maybe something you want to put on your roadmap...
Regards
Thomas
Getting the radion buttons and checkboxes back to system-standard behaviour is maybe something you want to put on your roadmap...
Jonathan Fuerth wrote on 23.02.2010 00:06:
> On Mon, Feb 22, 2010 at 5:08 PM, Thomas Kellerer
> <google...@sql-workbench.net
> <mailto:google...@sql-workbench.net>> wrote:
>
> Getting the radion buttons and checkboxes back to system-standard
> behaviour is maybe something you want to put on your roadmap...
>
>
> Absolutely. Which forms are you thinking about? We'll change them right
> away.
>
I thought there were several of them, but as far as I can tell it's only CompareDMPanel ;)
Regards
Thomas
Absolutely. Which forms are you thinking about? We'll change them right
away.
I thought there were several of them, but as far as I can tell it's only CompareDMPanel ;)