I just started using the Matisse part of the workbench, and found that if you set the selectedTextColor property for a JTextPane to 255,255,255 it does not generate a line of code for it. However, if I set it to 254,255,255 it does. I am attempting to emulate the selected look of the notepad application so it should be 255,255,255. My hack works, but I think the 255,255,255 should really generate that line of code.
Thanks