Skip to content

Commit

Permalink
ComboBox: made class FlatComboPopup protected to allow subclassing (i…
Browse files Browse the repository at this point in the history
…ssue #80)
  • Loading branch information
DevCharly committed Mar 31, 2020
1 parent 9429ba7 commit 97d5792
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -460,12 +460,12 @@ private void uninstallCellPaddingBorder( Object o ) {
//---- 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
Expand Down

0 comments on commit 97d5792

Please sign in to comment.