Zach Miller

Greenhorn
+ Follow
since Jun 05, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Zach Miller

Yep.... that seems like basically exactly what I was attempting to do haha. I'll definitely make use of that. Thanks I appreciate it.
13 years ago
Ok thanks, I wasn't sure about the Swing Timer, that's what I was going to use, but I couldn't figure out how to implement it properly. I'll figure that out, and ill work on the JPanel. Thanks, I appreciate the advice.
13 years ago
Hi, I am making an animation for my intro to Java class, and I seem to be having some problems with it. I believe I'm on the right track, but when I run the applet (it compiles fine) it says "applet not initialized." Obviously this has something to do with the init() part of the class, but I can't figure out what. I'm not too good with making GUI's in Java. Anyway, here's the code. (by the way it's purpose is to draw an ipod on the screen originally, then when the button is pushed, it will "grow" into an ipad)

13 years ago