[Previous slide] [Next slide] Java and Database Connectivity

A bit about syntax: declaring a method

    /** just a blob round my end position */
    public void paint( Graphics g)
    {
        g.setColor( colour);

        g.fillOval( end.x - radius, end.y - radius, 
            2 * radius, 2 * radius);
    }

 


give me feedback on this page // show previous feedback on this page