Image component - vaadin 12

Seems to me that you have a different path to your image than the path that you give into the Image constructor. Can you try this:

Image i = new Image("frontend://styles/images/1.PNG", "Alternative image text");
add(i);