Browse Source

Added link style button to Reindeer theme example.

svn changeset:8719/svn branch:6.1
tags/6.7.0.beta1
Jouni Koivuviita 15 years ago
parent
commit
6cdb620cb7
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/com/vaadin/demo/themes/ReindeerThemeStyles.java

+ 1
- 0
src/com/vaadin/demo/themes/ReindeerThemeStyles.java View File

@@ -160,6 +160,7 @@ public class ReindeerThemeStyles extends Application {

b = new Button("Link style");
b.setStyleName("link");
hl.addComponent(b);

l.addComponent(hl);


Loading…
Cancel
Save