+ 5
How do i draw a line in java?
2 Answers
+ 7
You can use StdDraw to draw to a file.
ftp://ftp.cs.princeton.edu/pub/cs126/dsp/StdDraw.java
(looks like solo learn doesn't recognize ftp:// , you'll have to copy paste instead of clicking the link)
+ 1
public class line{
public static void main (String args[]){
system.out.println("____________________________");
}
}