Hi I have a problem that I need some help with please. Given here is a link to a picture of Spongebob Squarepants.
http://artfiles.art.com/images/-/SpongeBob...-C10284409.jpegI have a project that I am working on in Blue J to write a program named SpongeBob that creates a window on the computer screen that displays a picture of SpongeBob. The picture should look as similar as possible to the link provided.
My Platform in Windows XP on a PC computer, but I also use MACS
The language is Java.
I need help to get started on this. I cant seem to get program to work. I am not sure even on how to begin the source code. I am requesting if someone can please just help me get started. Thank you.
Here is my code what I have started. I have made 3 classes SpongeBob, Oval, and JFrame. So 3 boxes that I have linked as related. Here is my code so far. Please I need help to get started. I am not asking for anyone to do this for me, just to get started.
CODE
import javax.swing;
import java.awt.Color;
public class SpongeBob {
private JFrame window;
private Oval whiteCicle, blackCircle;
private Rectangle blackRectangle, whiteRectangle;
public SpongeBob()
{
}
}
This post has been edited by William_Wilson: 22 Sep, 2007 - 12:31 PM