You can have this printed for the while quiz
public static return_type method_name (type parm1, type parm2)
{
...
...
return expression;
}
To set up fang:
import fang2.core.*;
import fang2.sprites.*;
import java.awt.*;
import java.awt.geom.*;Your class must extend GameLoop ex: public class Wackadot extends GameLoop
Steps to add shapes to the panel:
@Override
public void startGame()