Search:

Type: Posts; User: tristannvk

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    1,528

    Re: Help With Multidimensional Arrays

    Thanks a lot. I just found out that the second part have to be in a method. That's why it wasn't working. it is fine now, thank you.
  2. Replies
    4
    Views
    1,528

    Re: Help With Multidimensional Arrays

    I am using Javac to compile and cannot copy and paste from Command Prompt. The case is: If a create and initialize the array inside a class just for it, it works fine but if I try to initialize the...
  3. Replies
    4
    Views
    1,528

    Help With Multidimensional Arrays

    Hello Guys, Here I am again with another question. I have been having trouble trying to create and initialize arrays. I need to create a multidimensional array and have tried everything but always...
  4. Replies
    6
    Views
    2,203

    Re: JComboBox and array problems

    I am a bit ashamed to say that I don't know much about generics but I thank you for your help and will study it further.
  5. Replies
    6
    Views
    2,203

    Re: JComboBox and array problems

    Thanks a lot. It is working but as I said I got this warning for every program and example I try, even the ones shown in the Oracle documents that's why I am confused. Anyway what I am trying to do...
  6. Replies
    6
    Views
    2,203

    JComboBox and array problems

    Hope someone can help me understand what is happening:

    I decided to use a JComboBox in my program and I got this message: "USES UNCHECKED OR UNSAFE OPERATIONS" So I checked online and tried...
Results 1 to 6 of 6