把按钮做成圆形
我正在尝试在 (150,210) 的 (x,y) 坐标处制作 JButton 圆。 我希望按钮是大小为 (40,40) 的椭圆形。 按钮的背景颜色为红色。 它不需要文本,所以我应该得到一个我想要的任何大小的按钮,对吗?
我正在使用面板,并将 setLayout 设置为 null:
setLayout(null)
我检查了 Google,它把我带到了这里。 我怎样才能做到这一点?
I'm trying to make a JButton round at the (x,y) coordinates of (150,210). I want the button to be an oval of the size (40,40). And the buttons background color red. It doesn't need text, so I should get a button to whatever size I want, right?
I am using a panel, and I set the setLayout to null:
setLayout(null)
I checked Google, and it brought me here. How can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
JDC 技术提示:1999 年 8 月 26 日:创建圆形摆动按钮
JDC Tech Tips: August 26, 1999: Creating Round Swing Buttons