VisibleTesla icon indicating copy to clipboard operation
VisibleTesla copied to clipboard

Cleanup the way FX Dialogs are handled

Open jpasqua opened this issue 10 years ago • 0 comments

All the dialogs based on FXML use kind of a hack to supply parameters. They are passed in a circuitous manner through a hash table. This is awkward and error prone. Also, clients of the Dialogs must specify the cxml resource files for the dialogs. They should know about those resources. Clean up the way dialogs work to get rid of both of these problems.

jpasqua avatar Dec 13 '14 07:12 jpasqua