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 开发医院管理系统应用程序,我有带有很长文本的 ICD-10 代码,我想用 jtable 显示它们,但由于文本太长,我需要 JTable 单元格根据需要包装文本并更改高度该行的要求。
是否有任何想法如何做到这一点,或者如果有任何其他建议。
与其在每行中使用环绕的文本使表格混乱,不如考虑JTextComponent仅在相邻行中显示所选行的全文。因为ICD-10本质上是分层的,所以也考虑一个大纲视图,如下所示。
JTextComponent