-
Bug
-
Resolution: Fixed
-
P3
-
1.3.0
-
None
-
kestrel
-
generic, x86
-
generic, windows_nt
In kestrel-beta, JTabbedPane.setComponentAt now throws an NPE.
This is happening because setComponentAt invokes remove(int) instead of super.remove(int). remove(int) has the effect of removing the tab, which is not the expected behavior of setComponentAt.
This is happening because setComponentAt invokes remove(int) instead of super.remove(int). remove(int) has the effect of removing the tab, which is not the expected behavior of setComponentAt.
- duplicates
-
JDK-4265662 ArrayIndexOutOfBoundsException when using JTabbedPane.setComponentAt
-
- Closed
-
-
JDK-4265968 JTabbedPane.setComponentAt() hosed in JDK 1.3
-
- Closed
-