I am looking for someone that can help me online for an hour or so maybe a few times for the next few weeks that can help me understand what I am supposed to do for my class programs. I am not looking for someone to do them for me but to be a guide and tutor.
korbynlehr 0 Newbie Poster
Recommended Answers
Jump to PostI might suggest picking yourself up a copy of 'Beginning Programming with Java for Dummies"...and if you're feeling particularily sassy, O'Reilly Java In A Nutshell. It's all the reference you'll ever need (except for javax.swing.* and java.awt.* - which are briefly covered in the Dummies book).
Perhaps I could …
Jump to PostPick up a book and start reading it. Then, when you have a problem try to figure it out yourself. If you can't after some time get it solved, then post back to a forum. Paying for a tutor is a terrible idea. As a programmer you need to solve …
Jump to PostUsing the java.utils.timer class is fine. It is highly recommended NOT to use the javax.swing.timer class. It will mess up your swing ui.
Jump to PostWhen using the javax.swing.Timer class if the process kicked off by the timer is long (as in longer then several milla seconds), it is posible to see the Swing UI freeze for the amount of time it takes the process to run.
Which IMO is a bad thing.
Jump to PostThat is true. However the purpose of the javax.swing.Timer class is to work with the event-dispatching thread. The main thread that does all GUI updates. There are couple reasons NOT to use this timer for anything except very specific GUI updates.
The gui can be frozen by long process' …
All 17 Replies
indienick 7 Junior Poster in Training
bharatchhajer 0 Newbie Poster
server_crash 64 Postaholic
MattEvans 473 Veteran Poster Team Colleague Featured Poster
korbynlehr 0 Newbie Poster
MattEvans 473 Veteran Poster Team Colleague Featured Poster
hooknc 1 Posting Whiz in Training
MattEvans 473 Veteran Poster Team Colleague Featured Poster
hooknc 1 Posting Whiz in Training
MattEvans 473 Veteran Poster Team Colleague Featured Poster
hooknc 1 Posting Whiz in Training
korbynlehr 0 Newbie Poster
hooknc 1 Posting Whiz in Training
korbynlehr 0 Newbie Poster
hooknc 1 Posting Whiz in Training
korbynlehr 0 Newbie Poster
hooknc 1 Posting Whiz in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.