Search code examples
vaadinvaadin7

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


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


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