Swing controls in full-screen mode

Is there is any way to use Swing controls (JList, JButton, JLabel) working in screen mode with BufferStrategy (page flipping).I'm developing an animation, but I want to have management screens.
[208 byte] By [vladgetsa] at [2007-11-26 19:40:03]
# 1
One way would be to write and set your own RepaintManager, which would render everything to a buffer strategy, and then flip it.Dmitri
trembovetskia at 2007-7-9 22:19:41 > top of Java-index,Security,Cryptography...