> Compiling your own build of an IDE because you don't like the
> background color of a window
> Man, you are hard core :)
Not at all. The amazing thing about NetBeans is that you can check
out, open, manipulate and run without ever leaving the IDE. In
particular, one must suspect the JTextComponent declared at line 71:
http://hg.netbeans.org/main/file/84bbf7630347/core.output2/src/org/netbeans/core/output2/OutputEditorKit.java
But I guess the correct approach would be to override the EditorKit or
UIDelegate. Anyone well versed in Swing skinning?
> Particularly if it really shouldn't be that hard to fire up your hex editor
> and find the couple of bytes to change in the class files.
Oh the change itself is easy, but how to locate the correct integer?!
Also, I would suspect the particular value you would need to change,
is located in some concrete TextUI implementation of your rt.jar
/Casper