Fam3 Silk Icons
Famfamfam Silk Icons addon with 1000 image icons for UI components
Famfamfam Silk free icons set contains 1000 image icons - see the preview.
Using icon for Vaadin UI components
Just set the icon to any standard Vaadin UI component using its setIcon()
method. Use the class Fam3SilkIcon with enumerated all the icons from the set, example of usage:
Button button = new Button();
button.setCaption("OK");
button.setIcon(Fam3SilkIcon.ACCEPT);
Famfamfam Silk Icons collection
The Famfamfam Silk Icons are created by Mark James. The icons version currently included is 1.3.
Note on icons license: The Famfamfam Silk Icons by Mark James are available under a Creative Commons Attribution 2.5 License. You are free to use the icons. Please do not forget to provide attribution in your work (see famfamfam website for further details).
Sample code
Button button = new Button(); button.setCaption("OK"); button.setIcon(Fam3SilkIcon.ACCEPT);
ExternalResource icon = Fam3SilkIcons.get("accept.png"); Button button = new Button(); button.setCaption("OK"); button.setIcon(icon);
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Vaadin 7 compatibility (demo), updated Javadoc/formatting
- Released
- 2017-05-23
- Maturity
- STABLE
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 7.4+
- Vaadin 8.0+
- Browser
- Browser Independent