Community
Participate
Working Groups
Created attachment 197979 [details] No AWT Components images screenshot There are no images of the AWT Components which are on Swing container.
It seems to be a bug in Apple Java (1.6.0_24-b07-334-10M3326): java.awt.Component.printAll(java.awt.Graphics) draws nothing (even using standalone trivial run-time sample). And AWT components are not drawn on the JComponent container using the same printAll() method. The workaround is to hack into a native peer, get the native image and then paint it into the root screenshot.
Fixed in trunk