Skip to content
Snippets Groups Projects
Commit afed3fbc authored by Goik Martin's avatar Goik Martin
Browse files

Theme support

parent 1e316b2b
No related branches found
No related tags found
No related merge requests found
......@@ -2,13 +2,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.hdm-stuttgart.mi</groupId>
<artifactId>lecturenotes-pom</artifactId>
<version>1.0</version>
<parent>
<groupId>de.hdm-stuttgart.mi</groupId>
<artifactId>lecturenotes-pom</artifactId>
<version>1.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<relativePath>../../../pom.xml</relativePath>
</parent>
<groupId>de.hdm-stuttgart.mi.sda1</groupId>
<artifactId>sudoku</artifactId>
......@@ -19,6 +19,7 @@
<properties>
<vaadin.version>7.5.0</vaadin.version>
<productionMode>false</productionMode>
</properties>
<build>
......@@ -44,7 +45,14 @@
<scanIntervalSeconds>1</scanIntervalSeconds>
</configuration>
</plugin>
<plugin>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-maven-plugin</artifactId>
<version>${vaadin.version}</version>
<configuration>
<theme>sudoku</theme>
</configuration>
</plugin>
</plugins>
</build>
......
......@@ -20,8 +20,9 @@ import de.hdm_stuttgart.mi.sudoku.model.SudokuBoard;
* Playing Sudoku. Inspired by http://www.sudoku-solutions.com/
*
*/
@Title("Intro")
@Title("Sudoku")
@Theme("valo")
//@Theme("sudoku")
public class HelloUi extends UI {
private static final long serialVersionUID = -307591917714387247L;
......
This diff is collapsed.
@import "../valo/styles.scss";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment