开发者

Java GUI element design

开发者 https://www.devze.com 2023-02-06 12:31 出处:网络
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.

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.

Ho开发者_开发百科w can I customize it? Can I customize Swing elements? Any tutorial, documentation?


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).

0

精彩评论

暂无评论...
验证码 换一张
取 消