In java swing, I've created a JTabbedPane which contains a JEditorPane to display web pages. When I type a URL in the web address bar of the application I'm creating, the only tabbed pane to be updated is the last once created (The last object created?), rather than the tab which I have selected.
How do I control which tabbedpane updates? Presumably there is some way of labelling each tabbedpane object.
Thanks in Advance.
How do I control which tabbedpane updates? Presumably there is some way of labelling each tabbedpane object.
Thanks in Advance.