Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java Ribbon - Active Project - Alternatives to flamingo

I want to use a ribbon menu in java. I know there are several projects running which implements a ribbon menu. My problem is, that the most of them seams to be dead or at least won't get developed anymore. For example the flamingo project.

Does anyone know another project which implements a ribbon component for java?

like image 935
Christian Kolb Avatar asked Sep 15 '25 15:09

Christian Kolb


1 Answers

In a word - nope. Flamingo is the best option around in my opinion, and while it's not really developed by Krill anymore there is a new fork called insubstantial which maintains it. You can grab it here.

I'm using it in one of my applications, documentation isn't brilliant but once you've read this and played around, it shouldn't be too hard to figure out how to use it. It does pretty much everything you'd need.

Is there any particular reason why you didn't want to use flamingo other than it hadn't been maintained in a while?

like image 57
Michael Berry Avatar answered Sep 17 '25 04:09

Michael Berry