Change style

This commit is contained in:
manzerbredes 2016-03-21 13:20:30 +01:00
parent c129af5142
commit 0676d16b3a
2 changed files with 18 additions and 1 deletions

View file

@ -17,7 +17,7 @@ public class Main {
Grid g=new Grid();
System.setProperty("gs.ui.renderer", "org.graphstream.ui.j2dviewer.J2DGraphRenderer");
System.setProperty("org.graphstream.ui.renderer", "org.graphstream.ui.j2dviewer.J2DGraphRenderer");
Graph graph = new SingleGraph("Tutorial 1");
graph.addAttribute("ui.stylesheet", "url('resources/style.css')");