SyntaxFix
Write A Post
Hire A Developer
Questions
/***Your Code***/ public void paintComponent(Graphics g){ /***Your Code***/ g.setColor(Color.RED); g.fillOval(50,50,20,20); } g.fillOval(x-axis,y-axis,width,height);