Friday, September 23, 2011

are you believe in faith






/*top = red
              unbranded black cardigan
              unbranded black body-suit
/*accessories = belt,mom's own
                             pearl necklace
/*bottom = stripes,my LG.
             
/* Program Funtime

The program will allow you to draw a picture by dragging a mouse (move the mouse while holding the left mouse button down;  hold the button on Mac). To erase the picture and start over, click the right mouse button (command-click on Mac).

/*
import javabook.*;

class Funtime
{
public static void main (String [] args)
 {
SketchPad   doodleBoard;
doodleBoard = new SketchPad ( );
doodleBoard.setVisible ( true );
 }
}

process not complete,hehe.

No comments:

Post a Comment