Issue
I'm working on an interface for a desktop application in Java and I'm using GUI in NetBeans.
So, I want to add a ribbon like the one in Microsoft Office 2013 to my app but it's not included in GUI tools!
Does anyone have an idea to add a ribbon to my app?
Solution
You can do it using Flamingo ribbon component :
Library download link:
How to use the ribbon component:
https://blog.frankel.ch/flamingo-tutorial/
http://www.slideshare.net/kirillcool/flamingo-ribbon-component
Answered By - Radi
Answer Checked By - Timothy Miller (JavaFixing Admin)