开发者

Java GUI designing outline?

I made a program in C# and I was trying to port it over to java. The design of the GUI is t开发者_StackOverflow中文版his: http://img507.imageshack.us/img507/7728/34685005.png

The faded separator lines starting after Client Downloader passing through Version 1.0 and stopping before Client Downloader. Are those lines available in java? I'm using jFormDesigner and I'm unsure if those lines are there.

If they are available what are they called? Thanks.


First, if you are trying something complex I would suggest not use a GUI building tool and instead code it by hand.

Look into a Title Border here: http://download.oracle.com/javase/tutorial/uiswing/components/border.html

It will give you the part on the top. You might need to create a custom version to get the "Version 1.0", text or there might already be a third party lib somewhere that has that capability.


You might use SwingX JXTitledSeparator.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜