- print extra descriptors as hex array
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@244 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
@@ -402,10 +402,8 @@ public class UsbView extends JFrame {
|
||||
}
|
||||
|
||||
void expandAll(JTree tree) {
|
||||
int row = 0;
|
||||
while (row < tree.getRowCount()) {
|
||||
for (int row = 0; row < tree.getRowCount(); row++) {
|
||||
tree.expandRow(row);
|
||||
row++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user