JTabbedPane detect close tab event.
843806May 9 2009 — edited May 11 2009How can I get a title of tab which user just close (in JTabbedPane)?? I tried ContainerListener and componentRemoved method, but I can't get appropriate String with title.
Any ideas?