If I want something like this to appear:
+---------------------------------------+
| |
I have to put it it in notepad ++ as
System.out.println("+------------------------------------------------+");
System.out.println("| |");
Is there a way to make the output appear as it does in the text editor? I read that it could be because of tabs/spaces being mixed, but I made sure to only use space-bar.