如何设计具有专业外观的 JFrame?
I want to design my GUI app's Top-level window to be a professional looking, to give you an example of what i am talking about, check the image attached with this post Sample GUI design
If there is a tutorial available that will be great
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一种方法是编写自定义外观。
例如,请参见http://java.sun。 com/products/jfc/tsc/articles/sce/index.html
自定义 Java 外观了解更多信息示例
如果这看起来工作量太大,那么有各种颜色和可以调整的图标设置 - 请参阅 javadoc< /a>以及 Swing 教程。
One way is to write a custom Look-And-Feel.
See for example http://java.sun.com/products/jfc/tsc/articles/sce/index.html
Custom Java Look and Feel for more examples
If that looks like too much work, the there are various colour and icon settings that can be tweaked - see the javadoc and the Swing Tutorial.