logo Practice-It logo

BJP4 Exercise 3G.13: Football

Language/Type: Java Graphics Drawing Panel parameters
Author: Marty Stepp (added by Melissa Galloway on 2016/09/08)

Using the DrawingPanel class, write a Java class named Football that produces the following figure:

Java DrawingPanel close maximize minimize
expected output
 

Though the figure looks to contain curves, it is made entirely of straight lines. The window is 250 x 250 pixels in size, and there is an outer rectangle from (10, 30) to (210, 230). A set of black lines are drawn around the edges every 10 pixels. For example, along the top-left, there is a line from (10, 220) to (20, 30), a line from (10, 210) to (30, 30), a line from (10, 200) to (40, 30), ... and so on. Along the bottom-right, there is a line from (20, 230) to (210, 220), a line from (30, 230) to (210, 210), and so on.

Type your solution here:


This problem asks for a complete program. Write a complete Java program as a class with a main method. (You do not need to write any import statements.)

You must log in before you can solve this problem.


Log In

If you do not understand how to solve a problem or why your solution doesn't work, please contact your TA or instructor.
If something seems wrong with the site (errors, slow performance, incorrect problems/tests, etc.), please

Is there a problem? Contact a site administrator.