Search:

Type: Posts; User: sanz

Search: Search took 0.11 seconds.

  1. Thread: Please help me.

    by sanz
    Replies
    8
    Views
    1,524

    Re: Please help me.

    Eh, that's my problem too, i don't know where i should place or replace the code and what code should be replace so that the days will moved at the right side, huhu, T_T
  2. Thread: Please help me.

    by sanz
    Replies
    8
    Views
    1,524

    Re: Please help me.

    thanks for the code, it helps me alot, but why i always came up with this output

    http://www.javaprogrammingforums.com/attachment.php?attachmentid=213&stc=1&d=1285600907
    i really hate this,...
  3. Thread: Please help me.

    by sanz
    Replies
    8
    Views
    1,524

    Re: Please help me.

    actually the variable i is already declared



    int i = 0;
    int row = 0;
    int col = 0;

    for(;i<pass.firstDayMonth(month,year);i++)
  4. Thread: Please help me.

    by sanz
    Replies
    8
    Views
    1,524

    Please help me.

    Hi guys, i got a problem with my Calendar Gui, uhmm, i can't display right the days in the right week of it, also i need to click the cell table in order to me to display the output, please help me...
  5. Replies
    9
    Views
    1,376

    Re: Question in numbering

    instead of this System.out.println("The area of circle is " + area + "."); use this System.out.printf("The area of cirlcis %3f" , area); so that the modulo will be read in the java compiler, with no...
  6. Replies
    9
    Views
    1,376

    Re: Question in numbering

    if you want to your answer to be displayed 314.15, you should put, "%2f, area" if im not mistaken its look like in the C programming it will just put 2 decimal place, i hope it can helps you.
  7. Replies
    5
    Views
    2,048

    Re: I'm new at this and can't figure it out

    i hope this can help you, i just program it and its look the same with the output of what you want.

    for(int i =1; i<=4;i++)
    {
    for(int j =1; j<=6;j++)
    {
    System.out.printf("%3d", (i *...
Results 1 to 7 of 7