2

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.

user3001
  • 3,437
  • 5
  • 28
  • 54

1 Answers1

3

JToolBar might be a suitable choice, as shown in How to Use Tool Bars. There's a related example here that shows how to use Action in this context.

Community
  • 1
  • 1
trashgod
  • 203,806
  • 29
  • 246
  • 1,045