hello
I have big problem and can not get past it!
I want to display picture from my theme folder.
Embedded slika = new Embedded("Slika", new ThemeResource("pics/tna0.jpg"));
slika.setType(Embedded.TYPE_IMAGE);
vLayout.addComponent(slika);
And only thing that shows up is name of “Slika” no picture!
This is the message I get:
INFO: Requested resource [VAADIN/themes/runo/pics/tna0.jpg]
not found from filesystem or through class loader. Add widgetset and/or theme JAR to your classpath or add files to WebContent/VAADIN folder.
My picture is save in folder: “WebContent/VAADIN/themes/runo/pics/tna0.jpg”
Can you please help me