JTabbedPane: Components before and after the tabs themselves

前端 未结 2 1706
刺人心
刺人心 2021-01-17 06:31

This is similar to the question How to build a Google-chrome tabs and menubar interface in Java Swing? (I want to accomplish the same), but more to the point: How do I put c

2条回答
  •  误落风尘
    2021-01-17 07:02

    JIDE have a tabbed pane as part of their component suite that exposes this functionality as simple setBeforeComponent() and setAfterComponent() methods.

    There's a demo of it in here: http://www.jidesoft.com/products/1.4/jide_demo.jnlp

提交回复
热议问题