Package com.formdev.flatlaf.util
Class SwingUtils
- java.lang.Object
-
- com.formdev.flatlaf.util.SwingUtils
-
public class SwingUtils extends Object
Utility methods for Swing.- Since:
- 2
-
-
Constructor Summary
Constructors Constructor Description SwingUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends Component>
TgetComponentByName(Container parent, String name)
Search for a (grand) child component with the given name.
-