Skip to content

Commit

Permalink
Final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexLiogky committed May 23, 2017
1 parent 6d9c322 commit 69c014d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/src/main/java/org/test/ui/UI.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class Info1 {
private String color;
}
Canvas canvas = room.getCanvas(this);
canvas.setCanvSizes(1000, 570);
Info1 info = new Info1();
info.color = "#000000";
info.thickness1 = 1;
Expand Down

0 comments on commit 69c014d

Please sign in to comment.