Hello,
I need to optimize my code a little bit and I'm wondering how to do it.
I am making this game where I need to create this 9x9 grid. I can do it by Graphics drawLine or then by having an image and drawing it with drawImage. My question is, which way is faster and preferred?

Reply With Quote

