Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Java 和 Swing 实现可配置维度矩阵以表示带有单元格的 2d 棋盘游戏的最佳方法是什么?
网格布局?桌子?
板的模型应该与它的视图分开,这样如果您发现其中一个或另一个不能正常工作,您可以稍后改变主意。