Using “Vaadin Frame work of java” How do i set tab icon for my website so it shows up in my web browser?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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).