| java.lang.Object org.swingml.SwingMLComponentUtilities
SwingMLComponentUtilities | public class SwingMLComponentUtilities (Code) | | author: CrossLogic |
getJFrameComponent | public static JFrameComponent getJFrameComponent(Container aContainer)(Code) | | Locate and return the JFrameComponent in the given Container's parentage.
Parameters: aContainer - The parent JFrameComponent, if found. Null otherwise. |
nodeContains | public static boolean nodeContains(Node node, String name)(Code) | | Returns true if the given Node contains a child with the given name.
Parameters: node - Parameters: name - |
|
|