eppleton / javafxbuch

Demos und Projekte für das JavaFX Buch von Anton Epple
14 stars 16 forks source link

Adds a thread (chapter 3.4.5) #10

Open dgruntz opened 6 years ago

dgruntz commented 6 years ago

In this example you demonstrate how a property can be bound to an element in a ObservableMap. However, the data in the map does not change, and this is what this PR does, i.e. a thread is started which increases each sec the values by 10%.

This is a change in a part of the code which is not contained in the book.