简体   繁体   中英

Java Swing How can I accomplish a navigator like in the example

For my current project I would like to have a navigator like this:

在此处输入图片说明

But I couldn't find a Swing component that works like that. My question now is, does anyone know how to do this and could explain it to me or give me a tip?

Along the top is a tool bar ( JToolBar ). On the left is a tabbed pane ( JTabbedPane ) showing a tree ( JTree ) in the current tab. On the right is a tree table (I would say JTable , but it is a pure table, not a tree table - you might need to look to 3rd party APIs for that part).

More generally, see:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM