posted 22 years ago
Here's the scenario:
1. User displays a JFrame with JTextFields
2. One of the JTextFields has a button to look
up a list of choices. Each of the choices has
multiple attributes, so:
3. The choice list is actually a JTable/Scroll
Pane, within a JDialog.
3. The user selects a choice and exits the
JDialog. The selected choice is used to pop-
ulate the original JTextField.
I just want the user to be able to double-click the choice, which would make the selection, AND
close the JDialog. Makes sense?