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

Added link style button to Reindeer theme example.

svn changeset:8719/svn branch:6.1
Cette révision appartient à :
Jouni Koivuviita 2009-09-09 11:17:30 +00:00
Parent 1db2eb7b32
révision 6cdb620cb7

Voir le fichier

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