package ch.asynk.helloworld; import com.vaadin.terminal.ThemeResource; public class Resources { private static final long serialVersionUID = 1L; public static final ThemeResource clockIcon = new ThemeResource("icons/clock.png"); }