I think we can use jScrollPane.getComponents() to get awt components of a jscrollpane.
My question is: is there a way to get swing components of a container some how?
I think we can use jScrollPane.getComponents() to get awt components of a jscrollpane. My
Share
All Swing components extend JComponent.