Main Page → Problems → Solve a Problem
Triangle
Using the DrawingPanel class, write a Java class named Triangle that produces the following figure:
|
|
|---|
|
- size: 600x200
- background color: yellow
- line color: blue
- vertical spacing between lines: 10 px
The diagonal lines connect at the bottom in the middle.
If you do not understand how to solve a problem or why your solution code doesn't work, please contact your TA or instructor.
If something seems wrong with the Practice-It system itself (errors, slow performance, incorrect problem descriptions/tests, etc.), please
contact us.
Is there a problem?
Contact a Practice-It administrator.
Practice-It! web application and problems are copyright © Marty Stepp unless otherwise specified.
Problems from Building Java Programs textbook are copyright © Pearson.
Any non-educational usage of the content on this site is expressly forbidden without written permission.
All rights reserved.
Show/Hide Description
Re-indent