Search:

Type: Posts; User: copeg

Search: Search took 0.10 seconds.

  1. Re: Noob that needs some clearing up with Java style programming

    Wouldn't save over-thinking things...the basics between the languages are very similar, but java has a lot of API behind it (particularly when it comes to the GUI - as the above demonstrates) that is...
  2. Re: Noob that needs some clearing up with Java style programming

    What makes it work is the Swing/AWT event dispatch thread (EDT). Once a Swing container is realized in the main method the EDT runs until the program exits. Much of what you need is handled for you...
Results 1 to 2 of 2