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.
Asked
Active
Viewed 8,971 times
3
-
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 Answers
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

Dipak D Desai
- 867
- 1
- 8
- 20
-
That worked in windows. I went to tools->options->miscellaneous->output and changed the background color. :) – fsolano94 Jun 08 '15 at 08:55
-
great..accept answer if you feel this is right answer for you question. So, it would help some. – Dipak D Desai Jun 08 '15 at 08:58
2
This Questions was resolved by Dipak D Desai.
Resolution Steps:
- make sure your output window is visible
- 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