Hey, i m a little french coder and i have a problem with fullscreen & the scrolling?
we have a project for the end of my study which is a bomberman in 2d.
i read some post & saw that we have some brilliant coder here so you probably can help me.
the problem : we have flicker during the scrolling. we do use doublebuffering
first idea : we try make a JScrollPane in a frame, hide the scroll-bar and do our scrolling with the viewport() command. it work great but we want it in fullscreen and here it flickering on screen.
second idea : to make it work in full screen mode, i thought about don’t use the Jscrollpane and use instead the copyarea() function but we have another problem and also flickering
-
so anyone know where can i found good post, source or tuto tuto to make scrolling in fullscreen mode (if possible using multiple buffering)?
-
tell me which is the best method for scrolling in fullscreen or if there’s another wich?
thanx?