3

I would like to change the output window color from the default white to black or some other color. I am using Netbeans 8.0.2 IDE.

fsolano94
  • 291
  • 4
  • 14
  • is there a specific reason you have for doing so? – PC Luddite Jun 08 '15 at 08:27
  • yes I am doing a rk4 integration simulator in C/C++ and I need to be able to see show all of the steps for learning purposes. I've searched google everywhere and still cannot find an answer. – fsolano94 Jun 08 '15 at 08:32

2 Answers2

12

You can do by following methods:

Make sure your output window is visible - if it's not, just run any of your application and close it again - the window will pop up right after running it.

All you have to do now is to right click into the output window and choose Settings. That's it, a window where you can customize all the font colors and background colors will show up. Below Image for reference: you can go Tools-->Option-->Miscellaneous-->Output

For reference you can go Tools-->Option-->Miscellaneous-->Output

Dipak D Desai
  • 867
  • 1
  • 8
  • 20
2

This Questions was resolved by Dipak D Desai.

Resolution Steps:

  1. make sure your output window is visible
  2. go to: tools->options->miscellaneous->output

and you can change your output window(s) as you desire. Again thumbs up for Dipak everyone :)

fsolano94
  • 291
  • 4
  • 14