Search
AccordionPane.setContent Method
See Also
 






Sets the component to display as the pane's content.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public void setContent (
    JComponent newContent
)

 Parameters

newContent

The component to display.

 See Also