mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 15:07:11 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user