Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Re: How can I put a JComboBox inside an array and display it?

    What statement gives that error?

    if toString is a method it needs an ending () to say so.
  2. Re: How can I put a JComboBox inside an array and display it?

    The JOptionPane class's methods only return one value so it wouldn't support a dialog with more than one drop down.
    If you want a dialog window that a user can select more than one thing, you will...
  3. Re: How can I put a JComboBox inside an array and display it?

    There are other versions of the showConfirmDialog() method that will show the contents of an array in a combo box format. Look at the API doc.
Results 1 to 3 of 3