This commit is contained in:
AnonymousUser
2020-09-23 19:42:49 +08:00
parent ad486a41b3
commit c073873405
3 changed files with 0 additions and 1 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
src/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -190,7 +190,6 @@ public class BurpExtender implements IBurpExtender, IHttpListener, IMessageEdito
"Loaded", "Name", "Regex", "Color", "isExtract", "isHighlight" "Loaded", "Name", "Regex", "Color", "isExtract", "isHighlight"
} }
)); ));
table.setAutoCreateRowSorter(true);
scrollPane.setViewportView(table); scrollPane.setViewportView(table);
table.getColumnModel().getColumn(2).setPreferredWidth(172); table.getColumnModel().getColumn(2).setPreferredWidth(172);