Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ clearRows
Method
clearRows
app/src/processing/app/ui/ErrorTable.java:126–129 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
124
125
126
public
void
clearRows() {
127
DefaultTableModel dtm = (DefaultTableModel) getModel();
128
dtm.setRowCount(0);
129
}
130
131
132
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