Spinner: fixed painting of border corners on left side (issue #382; regression since FlatLaf 1.4)

ComboBox (editable): fixed wrong border of internal text field under special circumstances
This commit is contained in:
Karl Tauber
2021-09-10 16:37:07 +02:00
parent bddef38a7c
commit b283178979
4 changed files with 32 additions and 30 deletions

View File

@@ -1621,6 +1621,10 @@ public class FlatComponentsTest
// customRenderer.setBorder( new LineBorder( Color.red ) );
// comboBox1.setRenderer( customRenderer );
// comboBox3.setRenderer( customRenderer );
// for testing issue #382
// spinner1.setModel( new SpinnerNumberModel( 0, null, 100, 1 ) );
// comboBox1.setEditor( new BasicComboBoxEditor() );
}
// JFormDesigner - Variables declaration - DO NOT MODIFY //GEN-BEGIN:variables