From 96efde09db23fa3510705ce12b5ea52cd81e70ce Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Thu, 28 May 2009 13:03:06 +0000 Subject: [PATCH] Removed icon from Reindeer theme style demo. svn changeset:8064/svn branch:6.0 --- src/com/vaadin/demo/themes/ReindeerThemeStyles.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/com/vaadin/demo/themes/ReindeerThemeStyles.java b/src/com/vaadin/demo/themes/ReindeerThemeStyles.java index 92b0c9523e..e772802637 100644 --- a/src/com/vaadin/demo/themes/ReindeerThemeStyles.java +++ b/src/com/vaadin/demo/themes/ReindeerThemeStyles.java @@ -3,7 +3,6 @@ package com.vaadin.demo.themes; import java.util.Date; import com.vaadin.Application; -import com.vaadin.terminal.ThemeResource; import com.vaadin.ui.AbstractSelect; import com.vaadin.ui.Button; import com.vaadin.ui.ComboBox; @@ -149,7 +148,6 @@ public class ReindeerThemeStyles extends Application { b = new Button("Normal"); hl.addComponent(b); - b.setIcon(new ThemeResource("../runo/icons/16/document.png")); b = new Button("Disabled"); b.setEnabled(false); -- 2.39.5