How do you allow an action to be performed when a user selects a specific item on a Choice() component?
For example:
If a user selects a specific item on the Choice() component, I want a JTextField() to be set to .setVisible(true) and appear.
Anyone?