Search:

Type: Posts; User: danielparry

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    1,564

    Re: Java Inheritance Help

    nothing, for some reason it wont run. Soon as I click the run button the program just terminates and nothing comes up.
  2. Replies
    3
    Views
    1,564

    Java Inheritance Help

    Got to create a small presentation on java inheritance, got some basic information about it but need to include example programs and talk about how they work. Iv got a small program below which is...
  3. Replies
    8
    Views
    1,685

    Re: Java applet programming problem

    Thank you so much for that, I didnt check the second method but the first one worked fine. Eclipse didnt like: for(int i=0;i<text1.length-1;i++) so I had to change it to: for(int...
  4. Replies
    8
    Views
    1,685

    Re: Java applet programming problem

    Thank you so much for that reply, now I can insert text into the applet finally. Can we now do the paint and loops if you dont mind? Thank you so so much.
  5. Replies
    8
    Views
    1,685

    Re: Java applet programming problem

    Thanks for that, I now have the following code (below) but when I run the program only a button appears with no text entry. I dont know what is causing this? Also I have never used loops before so I...
  6. Replies
    8
    Views
    1,685

    Re: Java applet programming problem

    Thanks for the help, text1 is an entire string of any legth and the letters 'l' and 'y' need to be highlighted thoughout it. When using the above code and running it I get errors and when eclipse...
  7. Replies
    8
    Views
    1,685

    Java applet programming problem

    I am new to java and have been given a task of designing an applet that places the input string into a charcheter array and displays it. Also every letter "l" that appears must be displayed in red,...
Results 1 to 7 of 7