Search:

Type: Posts; User: accexpert

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    1,318

    Re: FileOutputstreams

    Try like this:

    System.out.println("\n Still Available: "+f.available());
    You put the concatenation sign in the wrong place.

    Chris
  2. Re: my for (int i =0; i < max; i++) loop wont count up but all the other variables in

    Hi,

    According to your code, in method paintComponent() you have some errors: i is used just in the second line without a type and then you try to declare i again in the loop. The code should not...
Results 1 to 2 of 2