Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ clearRows
Method
clearRows
app/src/processing/app/ui/ErrorTable.java:115–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
114
115
public
void
clearRows() {
116
DefaultTableModel dtm = (DefaultTableModel) getModel();
117
dtm.setRowCount(0);
118
}
119
120
121
public
void
addRow(Problem data, String msg, String filename, String line) {
Callers
1
updateErrorTable
Method · 0.45
Calls
1
setRowCount
Method · 0.80
Tested by
no test coverage detected