Search
Dashboard.associateJComponent Method
See Also
 






Assosiates the specified JComponent with the target JComponent.

Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing

 Syntax

Java  Copy Code

public void associateJComponent (
    Component target,
    JComponent component
)

 Parameters

target

The target JComponent.

component

The JComponent to associate with target.

 See Also