Demo: added text field leading/trailing components example

This commit is contained in:
Karl Tauber
2021-12-13 16:31:27 +01:00
parent 73c37b2018
commit 60e2ffac5f
15 changed files with 238 additions and 39 deletions

View File

@@ -30,6 +30,12 @@ public class FlatSearchWithHistoryIcon
extends FlatSearchIcon
{
public FlatSearchWithHistoryIcon() {
this( false );
}
/** @since 2 */
public FlatSearchWithHistoryIcon( boolean ignoreButtonState ) {
super( ignoreButtonState );
}
@Override