开发者

Java Table - AWT [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 5 years ago.

Improve this question

Could anyone perhaps provide me with a link to a tutorial / package that allows the drawing of an HTML like table grid layout? I've googled, but I just keep finding JTable, 开发者_开发技巧which won't work for me, and Google keeps wanting to change "java awt table" to "java swt table".


That isn't easy.

I think GridBagLayout is the closes layout manager, but it is advanced. Remember that you can nest layouts. You can use a layout, then put panels in it and have another layout on the panel.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜