I have a small question in one of the topics from Swing in Java. I was trying to create a dialog box with:
- label & a combo box (e.g.: gender:M/F) and
- label & a text field (e.g.: what's your name:text field).
I want all the things in the same dialog-box. Can anyone tell me how to approach the issue?