blob: dcf04494764e38e001f5a26821e4b872028f6b0d (
plain)
1
2
3
4
5
6
7
8
9
|
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");
}
|