'Java Swing Ribbon Menu [closed]
How would you go about implementing a ribbon menu in Java, without the use of any third party software or code?
Thanks
Solution 1:[1]
Check out Flamingo JRibbonComponent
2022
Because the internet never stands still - Flamingo Github Repo - but you could have probably Googled that
And also, just to point it out, the original link was to the tutorial, not the source ?
Solution 2:[2]
I would use Swing to create a tabbed pane, with each tab containing a series of buttons or other Swing components.
Then get to work on the look & feel of the tabbed pane to tweak it to what you're after. E.g. http://zzhelev.blogspot.com.au/2007/07/creating-custom-ui-delegate-for.html
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | |
| Solution 2 | Capn Sparrow |
