Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
how to make user select the theme from the list.
I have 2 to 3 themes added in the project, and what i want to do is let the user select the theme from the combo box....
what i dont get is that how will i be able to change the theme during the runtime of the project....
Just call Application.setTheme() whenever, and it should reload the browser window and apply the new theme.
how stupid of me, i was doing the same thing but with the ?restartApplication paremeter, i guess this was re launching the whole application and re applying the theme.
thanx jouni for the reply