Search:

Type: Posts; User: hypnotoad

Search: Search took 0.08 seconds.

  1. Replies
    7
    Views
    2,068

    Re: Swing Timer and Java Noob

    That's really interesting. I'll definitely have to check on those other options. Right now though, I think I need to get everything working in separate classes and then try to use timers. I've...
  2. Replies
    7
    Views
    2,068

    Re: Swing Timer and Java Noob

    Thank you curmudgeon, I've been trying to do some reading. I'm just short on time unfortunately. I'll try to separate the code into different classes and see what happens.
  3. Replies
    7
    Views
    2,068

    Re: Swing Timer and Java Noob

    Is part of the problem the way I have the program designed? Like I said, I'm very new. Should I put the bits of code that retrieve information from the db into separate classes? Perhaps in the...
  4. Replies
    7
    Views
    2,068

    Re: Swing Timer and Java Noob

    Thanks for the reply! I wanted to use a timer so that the bits of code that update the database will run at a regular interval. I just can't figure out how to get the timer to work... This is how...
  5. Replies
    7
    Views
    2,068

    Swing Timer and Java Noob

    I'm trying to teach myself Java (for the past week). Anyway, I have a JFrame with a six text areas (each inside a scrollpane). Each text area is populated by running a query on a local access db...
Results 1 to 5 of 5