Icon headerIcon = recordViewInfo.getIcon();
Color headerBackground = UIUtil.getPanelBackground();
if (getEnvironmentSettings(project).getVisibilitySettings().getDialogHeaders().value()) {
headerBackground = dataset.getConnectionHandler().getEnvironmentType().getColor();
}
DBNHeaderForm headerForm = new DBNHeaderForm(
headerTitle,
headerIcon,
headerBackground);
headerPanel.add(headerForm.getComponent(), BorderLayout.CENTER);
ActionToolbar actionToolbar = ActionUtil.createActionToolbar(
"DBNavigator.Place.DataEditor.TextAreaPopup", true,
new SortAlphabeticallyAction(),
ActionUtil.SEPARATOR);