Code optimizing
Hi, i have a question:Im going to make a 2DGame, and so i need some layers(player layers, scenario layers,decorative layer etc etc),how can I make this layer?I think i can use transparent JPanel,is true?Or JPanel isn't fast for this?
[248 byte] By [
blowa] at [2007-10-3 0:04:23]

JPanel is likely to be fast enough, yes. Anyway, my advise: code first, optimize later... Whatever the choice you make, updates won't take long as soon as you nicely divide your application into classes (i.e. MVC should be fine).