Java Table - AWT [closed]
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 questionCould 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.
精彩评论