Wanted: JRibbon tutorials [closed]
Is there anywhere I can find a tutorial on how to use the JRibbon of the Flamingo project?
I downloaded and tried reading the test source files, but there is no explanation what so ever on how to use the various classes.
I used this tutorial to get started:
http://blog.frankel.ch/flamingo-tutorial
It must have been for an earlier version but after I had fixed the imports I was able to get it running and actually see a simple example of how to get this whole ribbon thing working. It was also kind enough to point out how to use wrap regular icons and use them instead of the weird svg classes in the demo that comes with Flamingo.
Maybe not the expected answer but... I would get the Slides for the JavaOne presentation on Flamingo ribbon (this will give you a good overview of ribbon terminology and components hierarchy).
Then, I'd follow the advice - cough - given in the Learn how to use section:
Want to learn more? Browse the
org.jvnet.flamingo.ribbon
package.
I took a look and it seems to have more than decent javadoc. With this javadoc and the overview of the ribbon components and terminology, it seems possible to me to follow the samples provided in the test directory.
Maybe you'll be more lucky on the the project "users" mailing list though.
I don't know if they constitute tutorials, but Kirill Grouchnikov has published a number of articles on the ribbon component at Pushing Pixels. This article looks like it's a reasonable starting point: http://www.pushing-pixels.org/?p=283.
精彩评论