- Sep 10, 2005
- 7,458
- 1
- 76
So I'm completely new to OOP and my professor's style of teaching just lets us loose on things... but there's so many things to account for, I can't seem to get started.
Anyway, I'm trying to draw tetris pieces and display them in a JPanel using a scroll bar. Would I have to redraw and recalculate the panel each time the bar is scrolled? Or is there an easier way to do this?
Anyway, I'm trying to draw tetris pieces and display them in a JPanel using a scroll bar. Would I have to redraw and recalculate the panel each time the bar is scrolled? Or is there an easier way to do this?