1
0
espelhamento de https://github.com/vaadin/framework.git sincronizado 2024-08-24 17:55:43 +02:00

Added link style button to Reindeer theme example.

svn changeset:8719/svn branch:6.1
Esse commit está contido em:
Jouni Koivuviita 2009-09-09 11:17:30 +00:00
commit 6cdb620cb7

Ver arquivo

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