Output to console
Hello. I am using Swing in my program but there is something that has been bugging me. I have an error keep occuring which I cannot pin point.
Usually when creating command line apps I would use system.out.print(""); to output certain text at various stages to help me. However when using swing System.out.print(""); does nothing.
How can I output to the console when using swing.
thanks

