I have 2 classes. Foo is a bunch of inter-related text fields, and Bar implements those fields and does all the error checking. I don't want the user leaving a text ...
I have a JList with a few Panels that contain Jlists inside JScrollPanes. I want each list to respond to the enter key and each tab to respond to the space key. You could extend JList and add the ...