Adding ChartPanel to JTabbedPane using JPanel
As shown in How to Use Tabbed Panes, you can add components to a tabbed pane. ChartPanel, a subclass of JPanel, is such a component. In addition to these examples, you can use the example below to experiment with other features. As you are new, limit using the NetBeans GUI editor, implied in your question, … Read more