private JPanel mainPanel;
private TabbedPane languageTabs;
public CodeStyleSettingsForm(ProjectCodeStyleSettings settings) {
super(settings);
languageTabs = new TabbedPane(settings.getProject());
//languageTabs.setAdjustBorders(false);
mainPanel.add(languageTabs, BorderLayout.CENTER);
updateBorderTitleForeground(mainPanel);
addSettingsPanel(getConfiguration().getSQLCodeStyleSettings(), Icons.FILE_SQL);
addSettingsPanel(getConfiguration().getPSQLCodeStyleSettings(), Icons.FILE_PLSQL);