mikebaum / RxUI

A toolkit for reactive (event/stream) based UI development on the JVM
Apache License 2.0
0 stars 0 forks source link

Creates a SynchronizedTextFieldView and fixed some small issues. #21

Closed mikebaum closed 8 years ago

mikebaum commented 8 years ago

Updated the synchronized text field app to split the view into it's own class. This is required in order to add the recorder. Start of implementation for Issue #20.