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.)
+1
A:
Caveat: I have not tried any of these:
- a discussion on the subject with code.
- Here is a JavaWorld Article
- Here is a CodeProject article
Devon_C_Miller
2010-08-12 15:01:12
First one worked :)
Jared
2010-08-12 15:59:05