Results 1 to 2 of 2

Thread: [RESOLVED] Console and misc.println

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2008
    Posts
    1,023

    Resolved [RESOLVED] Console and misc.println

    ok, how can i make the console appear on a textbox in a program? like whatever goes through the console appears on a textbox?

  2. #2
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: Console and misc.println

    The console in java is a PrintStream, use System.setOut and System.setErr to set the output to whatever stream you want
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width