Hey all,
I’m pretty new to Java gaming in general, and I was starting to make a 2D tile-based map editor. I was going to use a JPanel with GridLayout to contain all of the cells of the map. I was hoping for some feedback from the community to see whether this is the best method of doing this or not. If it is, would the performance bog down a lot for larger maps (such as 1000x1000)?