Lucefiel
01-24-2001, 03:33 PM
I've just started taking a Java class and, because the language is just so dang similar to C++, I've begun jumping ahead. I've also encountered a problem.
I can't get text, just plain text, to show up the way I want in my GUI window. Is there a method that works like System.out.println() and allows you to type text and have it appear exactly how you type it? Or do you have to jump through hoops to get it that way?
I've tried several ways of writing the text to the window, but I can't figure out how to format any of the output (like adding line feeds).
Somebody help me!
------------------
May the best of your past be the worst of your future.
I can't get text, just plain text, to show up the way I want in my GUI window. Is there a method that works like System.out.println() and allows you to type text and have it appear exactly how you type it? Or do you have to jump through hoops to get it that way?
I've tried several ways of writing the text to the window, but I can't figure out how to format any of the output (like adding line feeds).
Somebody help me!
------------------
May the best of your past be the worst of your future.