Questions tagged [jdialog]

The main Java Swing class for creating a dialog window.

The main Java Swing class for creating a dialog window.
A Dialog window is an independent subwindow meant to carry temporary notice apart from the main Swing Application Window. Most Dialogs present an error message or warning to a user, but Dialogs can present images, directory trees, or just about anything compatible with the main Swing Application that manages them.

1021 questions
-6
votes
1 answer

Dialog box with textfield & combo box

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…
user1957902
  • 37
  • 3
  • 5
1 2 3
68
69