Is it somehow possible to create a tab menu in the style of the Firefox/Thunderbird preferences dialog via Swing?
So it should be like the JTabbedPanel, but without visible tab borders and the icons should be below.
I have to admit that I am a bit new to Swing btw.
Is it somehow possible to create a tab menu in the style of the
Share
JToolBarmight be a suitable choice, as shown in How to Use Tool Bars. There’s a related example here that shows how to useActionin this context.