Mike Williams

Greenhorn
+ Follow
since Jan 30, 2004
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 Mike Williams

Ok I have went back and created 2 seperate classes, but it still does not show my image, can anyone help me?
20 years ago
I dont understand what your talkin about with the "code to draw animation" part, i dont see that, i just need that image to show up right now.
20 years ago
I am trying to get the lander image to appear on the Animation Panel when i run the program. The code in question is in class DrawPanel. For some reason image is not appearing. What could be wrong.

[ March 06, 2004: Message edited by: Mike Williams ]
20 years ago
My application needs to animate the moon lander ascending and descending. I am trying to use a customized JPanel class to draw the moon lander image. This is the code I have so far:
20 years ago
Thanks to the person who helped me, i figured out my other minor problem.
[ January 31, 2004: Message edited by: Mike Williams ]
20 years ago
I am trying to create a JFrame that has a JComboBox at the bottom with the following items in it: "Circle", "Oval", "Rectangle", and "Square"
Then once the user selects a shape from the box, it will draw 20 random types of that shape.
This is the code I have so far, it's more like a skeleton, cause im kind of lost.

I hope i made everything clear, can anyone help me?
[ January 30, 2004: Message edited by: Mike Joe ]
20 years ago