Java GUI元素设计
我想要对按钮、列表和 GUI 的每个元素进行自定义设计。
我可以看到 Swing、AWT 等都提供了一些默认设计。
我怎样才能定制它?我可以自定义 Swing 元素吗?有教程、文档吗?
I want to have custom design for buttons, lists and every element of GUI.
I can see Swing, AWT and other are providing some default design.
How can I customize it? Can I customize Swing elements? Any tutorial, documentation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
外观和感觉(Java的教程链接)可能就是你的意思。
您可以使用 Java 提供的外观之一,如果您必须创建自己的外观,这里有一个教程:http://today.java.net/article/2006/09/11/how-write-custom-look-and-feel(但这相当困难)。
Look and Feel (Java's tutorial linked) is probably what you mean.
You can use one of the look and feels provided by Java, and if you have to create your own, there's a tutorial here: http://today.java.net/article/2006/09/11/how-write-custom-look-and-feel (but it's quite difficult).