java.awt.Frame.setBackground() not working in OS X
问题 I'm trying to iron out some UI rendering bugs in my java applet in OS X, and I've hit one that I can't figure out. All the windows that we open that extend java.awt.Frame seem to ignore the setBackground() calls, and instead use the OS X default (brushed metal or gray gradient, depending on the OS version). Anything we open that extends Dialog works fine though. I tried overriding the paint() method and drawing the background color there. However, this only partially works. The background