hardware acceleration with Swing components

Hi,

can somebody please tell me if hardware acceleration is possible with Swing components. ???

Or do I have to place an awt component into a Swing component?

I know that’s a very generell question but I’m just a bloody beginner :-[

The only components that I thought supported hardware acceleration were those derived from java.awt.Window and java.awt.Canvas. So java.awt.Frame, java.awt.Dialog, javax.swing.JFrame, javax.swing.JDialog and javax.swing.JWindow would be your babies.

Kev