RGB code for the default JFrame Background colour

Can anyone let me know what is the RGB representation of the default JFrame background colour. I think it is the same colour as the background of this message box.Thanks,Booh
[202 byte] By [Booh1a] at [2007-11-27 9:21:50]
# 1
have a look at Component.getBackground() which JFrame inherits. This should get the background color for this. http://java.sun.com/javase/6/docs/api/java/awt/Component.html#getBackground()
petes1234a at 2007-7-12 22:15:54 > top of Java-index,Java Essentials,New To Java...