Hey, everyone. I'm working on a very basic Java project, and I'm wondering how to get the basic Java SystemOutputline command to display a line of text in different colors. Can someone show me an example of what a simple line would look like? Thanks!
System.out.println("\x1b[0;34;45mYour \x1b[0;32;46mmom\x1b[0m");
Hehe, sorry, but for some reason I just keep getting "Illegal Escape Character" when I put it in.
if ( object != null) {
object.method();
}
How the hell does Java have any concept of "null" in the first place if it doesn't have pointers? This always bothered me.
>>6
GA!
Have you tried ncurses?