JavaFx implementation of my very own (: ) portfolio management tool. Creating as enjoying JavaFx and want to play with it a bit more and I have a few stock portfolio ideas I'd like to play with.
Changing the stock in the stock add/edit screen isn't reflected in the table on the main page until it is refreshed. I've added property for Stock.companyName so first try and get this working. That is use properties and bind the table cells to them. http://docs.oracle.com/javafx/2/ui_controls/table-view.htm should hold enough answers.
Changing the stock in the stock add/edit screen isn't reflected in the table on the main page until it is refreshed. I've added property for Stock.companyName so first try and get this working. That is use properties and bind the table cells to them. http://docs.oracle.com/javafx/2/ui_controls/table-view.htm should hold enough answers.