table.setValueAt(p.getVersion(), i, 1);
table.setValueAt(p.getRating(), i, 2);
table.setValueAt(p.getAuthor(), i, 3);
table.setValueAt(p.getDescription(), i, 4);
}
tableModel.fireTableDataChanged();
}
public void addPlugins() {
FormLayout layout = new FormLayout(
"fill:10:grow",