is it possible to draw in console programming?
If yes then what package shoul I use?
Thanks
Printable View
is it possible to draw in console programming?
If yes then what package shoul I use?
Thanks
Not directly in the console. But nobody hinders you from creating a window (JFrame, from java.swing)
That kills the point