Search:

Type: Posts; User: mattisvan

Search: Search took 0.21 seconds.

  1. Replies
    2
    Views
    939

    [SOLVED] Re: Help with school project

    solved


    import java.applet.Applet;
    import java.awt.*;

    public class talnarod extends Applet
    {
    TextArea Ttafla;
    Button Bstart;
  2. Replies
    4
    Views
    1,271

    [SOLVED] Re: 1, 4, 9, 16 sequence

    how, were do i mark it as solved ?

    sorry, solved problem is solved :)
  3. Replies
    4
    Views
    1,271

    [SOLVED] Re: 1, 4, 9, 16 sequence

    i think it's solved ?
    column3 starts at 0 before it enters the loop, than column3 + column2


    import java.applet.Applet;
    import java.awt.*;


    public class talnarod extends Applet
    {
  4. Replies
    4
    Views
    1,271

    [SOLVED] 1, 4, 9, 16 sequence

    i'm new to java and i'm trying to make number sequence with one TextArea and one Button, using '\n' and '\t'
    the result should look like this:
    1 1 1
    2 3 4
    3 5 9
    . . .
    . . ...
  5. Replies
    2
    Views
    939

    [SOLVED] Help with school project

    Hi, i´m new to this forum and to java as well, my name is Matti and are from Iceland

    i´m trying to make number sequence with one TextArea and one Button, using '\n' and '\t'
    the result should...
Results 1 to 5 of 5