Search:

Type: Posts; User: chronoz13

Search: Search took 0.09 seconds.

  1. [SOLVED] Re: ArrayList object's elements confusing??? doesnt replace the elements? set() metho

    maybe i should be careful more with my statements on the future, i should have said Initial size not a fixed size
    << im sloppy :D
  2. [SOLVED] Re: ArrayList object's elements confusing??? doesnt replace the elements? set() metho

    well yeah it totally make sense, maybe im wrong with my own statement, i was brought down with the idea of the "fixed sized" thing, because the main concern with the program is that i just want to...
  3. [SOLVED] Re: ArrayList object's elements confusing??? doesnt replace the elements? set() metho

    oh yeah! how stupid i am never thinking that i should have let the program finished all the initialization before starting the timer. thanks !! its solved it


    well it has something to do with my...
  4. [SOLVED] Re: ArrayList object's elements confusing??? doesnt replace the elements? set() metho

    i re-run the program above, ScoreWindow.class, and it doesnt show the errors anymore (no changes had been made), it seems like it really has something to do with the timer object(Thread), but i still...
  5. [SOLVED] Re: ArrayList object's elements confusing??? doesnt replace the elements? set() metho

    with a little bit more of analyzing and thinking, i noticed how the errors and output statements are being printed in the console, so i ended up looking at the timer object, what i noticed is that my...
  6. [SOLVED] ArrayList object's elements confusing??? doesnt replace the elements? set() method?

    now im gonna post the code that makes me going back to 0,

    import javax.swing.*;
    import java.awt.event.*;
    import java.util.*;
    import javax.swing.Timer;
    /**
    *
    * @author
    */
Results 1 to 6 of 6