I think I previously posted this question in the wrong group.
The title pretty much says it all. I've created a class that extends
JPanel and have attempted to place a JScrollPane inside of it with a
JEditorPane inside the scroll pane with no luck. When I run the
applet the scroll pane shows up but the JEditorPane doesn't render. I
am able to nest a JTextArea inside the scroll pane just fine.
Thanks in advance!
Harald Hein - 02 Dec 2003 05:36 GMT
> The title pretty much says it all. I've created a class that
> extends JPanel and have attempted to place a JScrollPane inside of
> it with a JEditorPane inside the scroll pane with no luck. When I
> run the applet the scroll pane shows up but the JEditorPane
> doesn't render. I am able to nest a JTextArea inside the scroll
> pane just fine.
Show us the complete small source code.