How do i set tab icon using "Vaadin Frame work of java" for my website so it shows up in my web browser?

StackOverflow https://stackoverflow.com/questions/14834118

  •  09-03-2022
  •  | 
  •  

Question

Using "Vaadin Frame work of java" How do i set tab icon for my website so it shows up in my web browser?

Was it helpful?

Solution

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).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top