| Author |
JGoodies DefaultFormBuilder and separator question
|
Alex Chard
Greenhorn
Joined: Apr 05, 2011
Posts: 6
|
|
Hi all
I hope there are some JGoodies users here.
I'm using a DefaultFormBuilder to build a panel of my dialog. It's all working, but there's one nice to have that I'd like to do.
Is it possible to set the labelFor property of the separator to point to the next Component (a JScrollPane containing a JTextArea) using the mnemonic of the separator?
What I have so far is:
So in this case, I'd like Alt + B to take focus on the scrollPane component.
Any thoughts appreciated.
|
 |
Alex Chard
Greenhorn
Joined: Apr 05, 2011
Posts: 6
|
|
|
No-one?
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19232
|
|
|
I never use the form builders, only FormLayout and CellConstraints, so I can't help you with this one.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: JGoodies DefaultFormBuilder and separator question
|
|
|