Package com.formdev.flatlaf.util
Class SwingUtils
- java.lang.Object
-
- com.formdev.flatlaf.util.SwingUtils
-
public class SwingUtils extends java.lang.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 java.awt.Component>
TgetComponentByName(java.awt.Container parent, java.lang.String name)
Search for a (grand) child component with the given name.
-