Can this be done? I tried multiple ways to combine them but none work. If i add a JEditorPane to a JScrollPane then add the JScrollPane to a JTabbedPane then the JTabbedPane to a JSplitPane i get tab at the top but no JEditorPane. If i add the JEditorPane to the JTabbedPane then add the JTabbedPane to the JScrollPane and then add the JScrollPane to the JSplitPane no tab comes up and no JEditorPane. :confused:
