Package com.formdev.flatlaf.util
Class SwingUtils
java.lang.Object
com.formdev.flatlaf.util.SwingUtils
Utility methods for Swing.
- Since:
- 2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends Component>
TgetComponentByName
(Container parent, String name) Search for a (grand) child component with the given name.
-
Constructor Details
-
SwingUtils
public SwingUtils()
-
-
Method Details
-
getComponentByName
Search for a (grand) child component with the given name.- Returns:
- a component; or
null
-