All Tags »
ObjectManager »
Java »
Swing (RSS)
Sorry, but there are no more tags available to filter with.
-
So I've been trying to find an elegant way to close tabs in Swing and it turns out to be pretty tough. Not tough to implement, but tough to do it elegantly.
It's very common these days to have an X on the tab or on the tab bar like the following screenshots from your favorite web browsers:
Firefox 1.X
Firefox 2.X
Internet Explorer 7.X
But ...