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.
我正在开发一个(纸牌)游戏,作为背景,我需要一些花哨的东西。在我的研究中,我发现微软的纸牌游戏有这个非常漂亮的绿色背景,它试图模仿一张牌桌。实际上它在这方面做得很好。
所以我的问题是,如何用最少的资源在 Java2D 中复制它。
您可以使用背景图像来完成此效果。您可以像使用形状一样绘制它:
Graphics.drawImage(Image img, int x, int y, ImageObserver 观察者)
如果您没有这方面的资源,请考虑使用可以平铺的纹理。