Search
RootControl.associateJComponent Method
See Also
 






Associates a Swing JComponent with the source Component. Causes the former to be drawn directly above the source, covering its bounds entirely.

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

 Syntax

Java  Copy Code

void associateJComponent (
    Component target,
    JComponent component
)

 Parameters

target

The source Component.

component

The JComponent to be associated.

 See Also