issues
search
eppleton
/
javafxbuch
Demos und Projekte für das JavaFX Buch von Anton Epple
14
stars
16
forks
source link
Change the Editable double ListCell-Implementation (chapter 4.2.7)
#13
Open
dgruntz
opened
6 years ago
dgruntz
commented
6 years ago
removes method replaceSelection
changes the regex for doulbes (allows trailing decimal points)
changes the anonymous inner class in the DoubleListCell ctor to a lambda
Removes two imports that are no longer necessary due to these changes
replaces bitset-and & with a logical and &&