ComboBox: union padding and renderer border in popup list, which vertically aligns text in popup list with text in combobox

This commit is contained in:
Karl Tauber
2019-09-26 10:27:51 +02:00
parent abe5b5cc08
commit 84dc96d41a
2 changed files with 47 additions and 14 deletions

View File

@@ -814,6 +814,11 @@ public class FlatComponentsTest
}
add(toolBar1, "cell 1 21 3 1,growx");
// JFormDesigner - End of component initialization //GEN-END:initComponents
// BasicComboBoxRenderer customaRenderer = new BasicComboBoxRenderer();
// customaRenderer.setBorder( new LineBorder( Color.red ) );
// comboBox1.setRenderer( customaRenderer );
// comboBox3.setRenderer( customaRenderer );
}
// JFormDesigner - Variables declaration - DO NOT MODIFY //GEN-BEGIN:variables