ComboBox: made class FlatComboPopup protected to allow subclassing (issue #80)

This commit is contained in:
Karl Tauber
2020-03-31 17:29:12 +02:00
parent 9429ba7d48
commit 97d5792341

View File

@@ -460,12 +460,12 @@ public class FlatComboBoxUI
//---- class FlatComboPopup -----------------------------------------------
@SuppressWarnings( { "rawtypes", "unchecked" } )
private class FlatComboPopup
protected class FlatComboPopup
extends BasicComboPopup
{
private CellPaddingBorder paddingBorder;
FlatComboPopup( JComboBox combo ) {
protected FlatComboPopup( JComboBox combo ) {
super( combo );
// BasicComboPopup listens to JComboBox.componentOrientation and updates