(final JTabbedPane tabbedPane)
| 39 | } |
| 40 | |
| 41 | public void add(final JTabbedPane tabbedPane) { |
| 42 | tabbedPane.addTab(this.name, this.contentPane); |
| 43 | } |
| 44 | |
| 45 | protected abstract void init(final JPanel contentPane); |
| 46 |
no outgoing calls
no test coverage detected