aspose file tools
The moose likes Swing / AWT / SWT and the fly likes JGoodies DefaultFormBuilder and separator question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "JGoodies DefaultFormBuilder and separator question" Watch "JGoodies DefaultFormBuilder and separator question" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JGoodies DefaultFormBuilder and separator question
 
Similar Threads
JScrollPane collapses after minimizing GUI
Newbie question on JGoodies-FormLayout/DefaultFormBuilder...
JScrollPane inside JTabbedPane
Problem with JTable
JTable data not refreshing on UI when changing TableModel