Printing to terminal, can you bold/italic?
807598Oct 10 2006 — edited Oct 10 2006Im a newbie programmer, only learnt a little about programming in Java using BlueJ. I'm making a little game for a few friends to play around with but it involves a lot of text being printed to the terminal. It can be a bit of an eyesore. Is there anyway I can print the text in bold or in a different colour? Or is there only the default text type? I've been using the command System.out.println("xxx") to print text.