setBorder(new FuzzyLineBorder(UIColors.getTableBorder(), UIColors.getTableBorderWidth(), true, true));
}
private JComponent makePropertiesComponent() {
PropertyTableModel ptm = new PropertyTableModel(properties);
PropertyTable pt = new PropertyTable(ptm) {
public Color getBackground() {
return UIColors.getDefaultBG();
}
public Color getForeground() {
return UIColors.getDefaultFG();
}
};
pt.expandAll();
PropertyPane pp = new PropertyPane(pt);
JViewport rvp = new JViewport() {
public Color getBackground() {
return UIColors.getDefaultBG();