Version: 2.5.1 Update

This commit is contained in:
ᴋᴇʏ
2023-10-18 00:44:50 +08:00
committed by GitHub
parent fa9dcfc3d2
commit b12f9355fa
3 changed files with 89 additions and 29 deletions

View File

@@ -46,7 +46,7 @@ public class MessagePanel extends AbstractTableModel implements IMessageEditorCo
splitPane = new JSplitPane(JSplitPane.VERTICAL_SPLIT);
logTable = new Table(MessagePanel.this);
logTable.setDefaultRenderer(Object.class, new CustomTableCellRenderer(filteredLog, logTable));
logTable.setDefaultRenderer(Object.class, new ColorRenderer(filteredLog, logTable));
logTable.setAutoCreateRowSorter(true);
// Length字段根据大小进行排序