diff options
-rw-r--r-- | vaadin-app/src/ch/asynk/helloworld/Resources.java | 9 | ||||
-rw-r--r-- | vaadin-app/web/VAADIN/themes/asynk/icons/clock.png | bin | 0 -> 2053 bytes |
2 files changed, 9 insertions, 0 deletions
diff --git a/vaadin-app/src/ch/asynk/helloworld/Resources.java b/vaadin-app/src/ch/asynk/helloworld/Resources.java new file mode 100644 index 0000000..dcf0449 --- /dev/null +++ b/vaadin-app/src/ch/asynk/helloworld/Resources.java @@ -0,0 +1,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"); +} diff --git a/vaadin-app/web/VAADIN/themes/asynk/icons/clock.png b/vaadin-app/web/VAADIN/themes/asynk/icons/clock.png Binary files differnew file mode 100644 index 0000000..af9fbba --- /dev/null +++ b/vaadin-app/web/VAADIN/themes/asynk/icons/clock.png |