Search:

Type: Posts; User: ColeTrain

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    49,236

    Re: How to make console output bold

    I am programming in NetBeans. The default console output is normal black. All i need is to bold it.
  2. Replies
    6
    Views
    49,236

    Re: How to make console output bold

    When I use that format it is actually turning my text gray and not bolding it...



    String bold= "\033[1mJanuary\033[0m";
    System.out.printf("%100s\n", bold);
  3. Replies
    6
    Views
    49,236

    Re: How to make console output bold

    Well the thing is this is for a class I am taking and the teacher wants it bold, yet he didn't teach us how to bold and I can't find it in the book anywhere. Thanks for the help.
  4. Replies
    6
    Views
    49,236

    How to make console output bold

    The program I am creating displays the output into the console and prints out tables. I want the header of these said tables to be bold, how can I do that?

    here is what I want bold:



    ...
Results 1 to 4 of 4