*/
class ExportablePropertyCheckBoxSelectorTest {
public static void main(String[] args) {
DatabaseLocation loc = new DatabaseLocation();
ExportablePropertySelector selector = new ExportablePropertyCheckBoxSelector(loc.getExportableProperties());
UiProviderTestFrame.display(selector);
}