add detach/close buttons to bottom of linked panels maybe small icons?
Logged In: YES user_id=314601
I think the way to go is to add buttons to the tabs instead. See http://www.javaworld.com/javaworld/jw-09-2004/jw-0906-tabbedpane.html
It looks like I could also use a decorator or UI delegate to add buttons more cleanly: http://blog.elevenworks.com/?p=5
Also, the older style (implementing parallel classes) was updated: http://www.walkersoftware.net/2005/07/08/jtabbedpane-part-2/
this overview of using decorator to do some gui stuff might help: http://www.javaworld.com/javaworld/jw-07-2003/jw-0704-toolbox.html?
Log in to post a comment.
Logged In: YES
user_id=314601
I think the way to go is to add buttons to the tabs instead. See
http://www.javaworld.com/javaworld/jw-09-2004/jw-0906-tabbedpane.html
Logged In: YES
user_id=314601
It looks like I could also use a decorator or UI delegate to
add buttons more cleanly:
http://blog.elevenworks.com/?p=5
Logged In: YES
user_id=314601
Also, the older style (implementing parallel classes) was
updated:
http://www.walkersoftware.net/2005/07/08/jtabbedpane-part-2/
Logged In: YES
user_id=314601
this overview of using decorator to do some gui stuff might
help:
http://www.javaworld.com/javaworld/jw-07-2003/jw-0704-toolbox.html?