0

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

Henri Kerola
  • 4,947
  • 1
  • 17
  • 19
bitguider
  • 575
  • 1
  • 4
  • 9

1 Answers1

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