Search:

Type: Posts; User: Att1li

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,087

    Re: Timed matrix generation

    I removed the generator() function and wrote "GUI.generator()" to after the declaration of the JFrame and it seems to be working as I intended now, thanks!
    I do not know about the swing timer...
  2. Replies
    3
    Views
    1,087

    Timed matrix generation

    Hello

    I've been playing around with 2D graphics in Java and I want to make a timed matrix generator using Thread.sleep() .
    Simply put , I have a matrix of squares which is 20x20 blue squares and...
Results 1 to 2 of 2