Search
RootControl.dissociateJComponent Method
See Also
 






Dissociates the Swing JComponent from the source Component. Does nothing if the is no JComponent currently associated.

Namespace: com.mindfusion.charting.components
File: com.mindfusion.charting.components

 Syntax

Java  Copy Code

void dissociateJComponent (
    Component target
)

 Parameters

target

The source Component.

 See Also