Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何在java中制作自定义表???我希望它有 4 个文本框,然后是一个按钮。如果有人能告诉我如何为我的桌子做这个,我会非常感激。
基本上,您要做的不是表格模型,而是自定义单元格编辑器和渲染器。希望这篇文档能解开你的疑惑,JTables官方教程
祝你好运!