Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Re: Making an input dialog box appear after closing a combo box

    Look at the example programs in the tutorial.
  2. Re: Making an input dialog box appear after closing a combo box

    Write it into a program and compile it. The compiler will tell you if you have coded it correctly.
  3. Re: Making an input dialog box appear after closing a combo box

    Here's some links to the tutorial:
    How to Make Dialogs (The Java™ Tutorials > Creating a GUI With JFC/Swing > Using Swing Components)
    How to Use Modality in Dialogs (The Java™ Tutorials > Creating...
  4. Re: Making an input dialog box appear after closing a combo box

    Create a JDialog window, add the combo box to it and show it. When the user closes the JDialog window, get the user's input to the dialog and use it as you want.
  5. Re: Making an input dialog box appear after closing a combo box

    Is the red X what closes the JFrame window? The posted close exits the program when the JFrame is closed.

    You probably want to use a modal JDialog window to display the combo box. When that...
  6. Re: Making an input dialog box appear after closing a combo box

    When does a combo box close? How can a user close a combo box? What would a user do to close it?
  7. Re: Making an input dialog box appear after closing a combo box

    When does the combo box close? The sample code you posted always shows the combo box.

    Can you explain the sequence of events you want the user to see?
Results 1 to 7 of 7