Fullscreen Mode

I'm trying out fullscreen mode for a bomberman remake. I'm getting very bad results and I don't know why. I am using StrategyBuffer and a BufferedImage for the background. Thanks in advance.
[200 byte] By [JTeen] at [2007-9-27 19:58:17]
# 1
Also, I'm getting very varied frame rates.
JTeen at 2007-7-6 23:44:09 > top of Java-index,Other Topics,Java Game Development...
# 2
Are you using active or passive rendering? Also, are you allocating temporary objects during your game loop (i.e. is garbage collection affecting your framerate)?
rgeimer at 2007-7-6 23:44:09 > top of Java-index,Other Topics,Java Game Development...
# 3
Also, are you using GraphicsConfiguration.createCompatibleImage() to get your BufferedImage?
rgeimer at 2007-7-6 23:44:09 > top of Java-index,Other Topics,Java Game Development...
# 4
I fixed it, it had to do with the bit depth.
JTeen at 2007-7-6 23:44:09 > top of Java-index,Other Topics,Java Game Development...