Search:

Type: Posts; User: JoeBrown

Search: Search took 0.30 seconds.

  1. Replies
    7
    Views
    1,592

    Re: Anyone here use JCreater

    I didn't cross post on this forum, if I post on a different forum it's because I'm looking for the best solution, A different forum could have 100,000 members that would never see a post here.

    I...
  2. Replies
    7
    Views
    1,592

    Re: Anyone here use JCreater

    Solved and for anyone with the same problem

    here's the solution that I have come up with for JCreater

    Firstly put the image files into the classes's folder (not src folder!")

    then replace...
  3. Replies
    7
    Views
    1,592

    Re: Anyone here use JCreater

    Now this path works fine but its the absolute path, and I can't really use this.



    ImageIcon icon= new ImageIcon("C:\\Documents and Settings\\Compaq_Owner\\My Documents\\JCreator...
  4. Replies
    7
    Views
    1,592

    Re: Anyone here use JCreater

    I did see it.
  5. Replies
    7
    Views
    1,592

    Anyone here use JCreater

    Should be a simple question but.

    I have my programme built in eclipse and everything works fine but I need to present it in JCreater and I'm having a problem with the image paths and I am just...
  6. Replies
    20
    Views
    2,272

    Re: Working with $

    Why not just put "$" + input

    System.out.println("$ " + input);

    If 100is entered then the output would be $ 100
  7. Replies
    2
    Views
    3,566

    Re: Loop through JLabel and change JLabel

    Ok, I got it solved.

    I need to use the

    panel.validate();
    label.repaint();

    and then panel.remove(label);
  8. Replies
    2
    Views
    3,566

    Loop through JLabel and change JLabel

    Hello Guys,

    Bit stuck here I'm trying to loop through a JLabel and change the label after sleeping for a second, the sleep is working fine but the JLable won't change it just stays static.
    ...
  9. Re: Best way to turn a single class into multiple classes

    Thanks, that what my problem was I was trying to take too much when I should of been just using small spinets of code and turning them into methods.
  10. Is it possible to reference Variables from another class

    Whats the best way to reference variables from another class in a project, I know how to do it to objects but not variables.

    Thanks
  11. Best way to turn a single class into multiple classes

    Hello Guys

    I'm still a beginner to Java and have written a programme for an assignment which is a GUI with a key pad that registers when you press a buttons on the Keypad. Type a password to...
Results 1 to 11 of 11