public class DrawWithMe extends JFrame
{
JFrame frame = new JFrame("DrawWithMe");


Inheritance 101, are you wanting to extend a JFrame or create a class that has a JFrame? You have done...