Java 6 introduces “Tab Components” and allows you to add arbitrary components to the tab. But, if you’re stuck in Java 1.5, and need to provide the same use case, what are the alternatives? (I just need users to be able to close tabs…there has to have been a workaround for this prior to the release of Java 6.)
Java 6 introduces Tab Components and allows you to add arbitrary components to the
Share
Caveat: I have not tried any of these: