FlatComponentStateTest: added text field and combobox (for comparison)

This commit is contained in:
Karl Tauber
2021-01-31 16:17:47 +01:00
parent 2e8dfda12e
commit f48da9dab1
3 changed files with 86 additions and 7 deletions

View File

@@ -181,7 +181,7 @@ public interface FlatClientProperties
* Use a {@link java.util.function.Predicate} that receives the component as parameter:
* <pre>{@code
* myComponent.putClientProperty( "JComponent.focusOwner",
* (Predicate) c -> {
* (Predicate<JComponent>) c -> {
* return ...; // check here
* } );
* }</pre>