Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
HanSolo committed Jan 12, 2017
1 parent c8e5f10 commit 5c22156
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/eu/hansolo/tilesfx/Demo.java
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,6 @@ public class Demo extends Application {
sparkLineTile.setValue(20);

highLowTile.setValue(RND.nextDouble() * 10);
//sliderTile.setValue(RND.nextDouble() * sliderTile.getRange() + sliderTile.getMinValue());
//plusMinusTile.setValue(RND.nextDouble() * plusMinusTile.getRange() + plusMinusTile.getMinValue());
//switchTile.setSelected(RND.nextBoolean());
series1.getData().forEach(data -> data.setYValue(RND.nextInt(100)));
series2.getData().forEach(data -> data.setYValue(RND.nextInt(30)));
series3.getData().forEach(data -> data.setYValue(RND.nextInt(10)));
Expand Down

0 comments on commit 5c22156

Please sign in to comment.