Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用“Java 的 Vaadin 框架”我如何为我的网站设置选项卡图标,使其显示在我的网络浏览器中?
您必须为您的应用程序创建一个主题并将 favicon.ico 放在主题文件夹的根目录中(例如 VAADIN/themes/mytheme/favicon.ico)。有关 Vaadin 主题的更多信息,请参阅 Book of Vaadin(Vaadin 6或Vaadin 7)。