public final class DockSwingUtilities
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
containsAWTComponents(java.awt.Component component)
Checks whether the tree of components, starting with
component ,
contains elements that are not from Swing but from AWT. |
public static boolean containsAWTComponents(java.awt.Component component)
component
,
contains elements that are not from Swing but from AWT.component
- the top of the treetrue
if at least one AWT component was found