Closed Thread
Results 1 to 6 of 6

Thread: System.out.print Question

  1. #1
    Balington's Avatar
    Balington is offline Newbie
    Join Date
    Jan 2010
    Posts
    8
    Rep Power
    0

    System.out.print Question

    Hey guys,

    Quick noob question is there a way to change the size, color or style of the simple text that outputs form this object?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    wildbill is offline Newbie
    Join Date
    Feb 2010
    Location
    Virginia
    Posts
    11
    Rep Power
    0

    Re: System.out.print Question

    I haven't ever heard of it

  4. #3
    Sinipull's Avatar
    Sinipull is offline Programming Expert
    Join Date
    Jun 2009
    Location
    Tallinn, Estonia, Estonia
    Posts
    382
    Rep Power
    13

    Re: System.out.print Question

    No, because console is for debuging, you don't need different color for text in there.

  5. #4
    curse is offline Newbie
    Join Date
    Mar 2010
    Location
    Ottawa, Canada
    Posts
    21
    Rep Power
    0

    Re: System.out.print Question

    Quote Originally Posted by Balington View Post
    Hey guys,

    Quick noob question is there a way to change the size, color or style of the simple text that outputs form this object?
    You would have to code your own graphical console to do so.

  6. #5
    JGRobinson's Avatar
    JGRobinson is offline Newbie
    Join Date
    Nov 2008
    Location
    UK
    Posts
    22
    Rep Power
    12

    Re: System.out.print Question

    Hi

    It is technically possible to change the colours of text etc by using ANSI escape sequences on Windows (http://www.robvanderwoude.com/ansi.php) or terminal sequences such as VT220 in Unix/Linux - however it isn't usual to do it this way.
    Hope this helps
    Graham - http://programmingtips.co.uk

  7. #6
    GMVResources's Avatar
    GMVResources is offline Learning Programmer
    Join Date
    Jun 2010
    Posts
    72
    Rep Power
    0

    Re: System.out.print Question

    It isn't really possible to change the text or anything like that, but idk if this helps but in HTML you could do that.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 5
    Last Post: 08-15-2011, 05:32 AM
  2. Replies: 7
    Last Post: 10-26-2010, 02:12 AM
  3. Question:technical question answering system algorithm?
    By vbehzadan in forum General Programming
    Replies: 1
    Last Post: 04-28-2010, 12:41 PM
  4. Print System TimeZone
    By X03 in forum Bash / Shell Scripting
    Replies: 1
    Last Post: 05-26-2008, 07:30 AM
  5. Payment System Question
    By twalters84 in forum General Programming
    Replies: 5
    Last Post: 03-15-2008, 07:47 AM

Tags for this Thread

Bookmarks

Posting Permissions

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