> First an apology, in a previous post I committed the Usenet sin of
> asking "How do I do X" when I really wanted to know "How do I do Y" - I
[quoted text clipped - 19 lines]
> available some method (e.g. a keyboard shortcut) that will popup some
> more elaborate "chooser" JDialog of my own devising?
Take a look for the TAME swing examples. You'll find one showing how you
can have a popup editor that is wider than the column width.
Rogan
Ian Wilson - 31 Aug 2006 10:46 GMT
>> First an apology, in a previous post I committed the Usenet sin of
>> asking "How do I do X" when I really wanted to know "How do I do Y" -
[quoted text clipped - 22 lines]
> Take a look for the TAME swing examples. You'll find one showing how you
> can have a popup editor that is wider than the column width.
Thanks, their SteppedComboBox does exactly what I wanted.