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.
Coverflow-Widget / FleX
We are using eclipse as IDE. We have integrated the Coverlow-Flash-Widget. Everything work's fine except changing the background-color of the coverflow flash widget
http://vaadin.com/wiki/-/wiki/Main/Integrating%20Custom%20Flash%20Widget
Changing background-color of the coverflow flash widget is supposed to be straight forward. By changing the values of the following lines of code.
private String backgroundGradientStart = "FFFFFF";
private String backgroundGradientEnd = "EEEEEE";
This doesn't work. Same issue with the "scrollbarVisibility" when set to false the scroll-bar is still visible.
private boolean scrollbarVisibility = true;
Please help..
Thanks