Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    6
    Views
    2,175

    Re: JComboBox won't add array of numbers

    What is sizes? If you want int values, why not add i?
  2. Replies
    6
    Views
    2,175

    Re: JComboBox won't add array of numbers

    What variable has a null value at line 38? Find the variable and then find why it is null.
  3. Replies
    6
    Views
    2,175

    Re: JComboBox won't add array of numbers

    The error messages says there is no add() method that takes an int array.
    Does the JComboBox class have an add() method? What args does it take?
    Look at the API doc: Java Platform SE 7

    Look at...
Results 1 to 3 of 3