Using "Vaadin Frame work of java" How do i set tab icon for my website so it shows up in my web browser?
Asked
Active
Viewed 1,641 times
1 Answers
3
You have to create a theme for your application and put favicon.ico in the root of your theme folder (e.g. VAADIN/themes/mytheme/favicon.ico). More information about Vaadin themes can be found from Book of Vaadin (Vaadin 6 or Vaadin 7).

Henri Kerola
- 4,947
- 1
- 17
- 19