mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-16 12:12:06 +01:00
clear all rows button now clears all rows
patch by lemon git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_2_0@12548 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
402b430291
commit
87ccd0b1c2
1 changed files with 1 additions and 4 deletions
|
@ -326,10 +326,7 @@ public class EnhancedDebugger implements SmackDebugger {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void actionPerformed(ActionEvent e) {
|
public void actionPerformed(ActionEvent e) {
|
||||||
for(int i=0; i< messagesTable.getRowCount();i++)
|
messagesTable.setRowCount(0);
|
||||||
{
|
|
||||||
messagesTable.removeRow(i);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue