Is there a way to get the size of a command prompt in Java? I want to draw characters on the outside of the prompt like this (please see photo)
I've tried using java.util.Scanner
and it didn't work out too well, to say the least. Does anybody have an idea on how one would come about getting the command prompt's width, height, and font details?