|
Java™ by example!
|
|
|
How do I draw a line?
Use the method drawLine that accepts the line end coordinates (x1, y1) and (x2, y2). Main.java:
Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|