Projects STRLCPY LoggerPlusPlus Commits 3433b956
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    src/main/java/com/nccgroup/loggerplusplus/logview/logtable/LogTable.java
    skipped 188 lines
    189 189   
    190 190   public void setFilter(LogFilter filter){
    191 191   ((DefaultRowSorter) this.getRowSorter()).setRowFilter(filter);
     192 + this.repaint();
    192 193   }
    193 194   
    194 195   // to saveFilters the new grepTable changes
    skipped 120 lines
Please wait...
Page is in error, reload to recover