});
}
private void createConnectionParamsPanel(DataLocationType locType, DataLocationPanel locationPanel) {
String title = Strings.get("Location.Title");
TitledToolbar toolbar = new TitledToolbar(locationPanel.getUi(), title);
if (testConnection != null) {
toolbar.addButton(new KongaButton(testConnection).setUseSmallActionIcon(true));
}
StyleSheet.configureTitledToolbar(toolbar);
JComponent panel = InvisiblePanel.newPanel(toolbar);
locationPanelContainer.add(panel, locType.name());
// Register it as an input panel (this will also attach this