Search:

Type: Posts; User: Fantasy

Search: Search took 0.08 seconds.

  1. Replies
    1
    Views
    2,051

    adding varibles to array and using Jlist

    Hello
    i want to add some variables to an array and i want to use for loop beacuase I have 500 varibles and i cant do this


    names[350] = var;
    names[351] = var;
    names[352] = var;
    names[353] =...
  2. Re: JLabel and set Location doesn't work correctly

    may i ask why ?
  3. Re: JLabel and set Location doesn't work correctly

    ok i just added this line of code and everything is now working correctly
    ContentPane.setLayout(null);
    if you guys don't mind can you just take a quick look at my code and tell me if i'm doing...
  4. Re: JLabel and set Location doesn't work correctly

    LOL sorry and thank you :D
    i'm a newbie
  5. JLabel and set Location doesn't work correctly

    Hello everyone
    i'm making a programe that has buttons, labels, and text fields and i'm having a problem with JLabel where when i try to use SetLocation it works on the first three Label but its...
  6. Thread: GUI problem

    by Fantasy
    Replies
    2
    Views
    1,016

    GUI problem

    Hello everyone

    I have this code and whenever i run it i get this error message. I tried to fix it but i dont know what is wrong with it.


    package D;

    import java.awt.*;
    import...
Results 1 to 6 of 6