1. After calling JTabbedPane.removeAll(), the JTabbedPane still has x number of tabs? stackoverflow.comIn my JTabbedPane, I am removing tabs in 2 different ways:
and
Both work fine in terms of closing the tabs. However, I have a change listener on my TabbedPane that calls ... |
2. JTabbedPane.removeAll() throws java.lang.IndexOutOfBoundsException coderanch.com |