我需要使用我自己的 JTable 子类,但不确定如何在视图中使用它,无论如何都找不到它。
我必须在这里使用什么来代替表格:
scrollPane (constraints: "growx, growy, gapy 0:0:0, gapx 0:0:0") {
table(id: 'thesublcass') {
tableFormat = defaultTableFormat(columns: model.columns)
...
}
}
编辑:这工作得很好,谢谢。
表(新 YourClass())