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
förälder 1db2eb7b32
incheckning 6cdb620cb7

Visa fil

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