Added link style button to Reindeer theme example.

svn changeset:8719/svn branch:6.1
This commit is contained in:
Jouni Koivuviita 2009-09-09 11:17:30 +00:00
bovenliggende 1db2eb7b32
commit 6cdb620cb7

Bestand weergeven

@ -160,6 +160,7 @@ public class ReindeerThemeStyles extends Application {
b = new Button("Link style");
b.setStyleName("link");
hl.addComponent(b);
l.addComponent(hl);