A util toolkit which populate the back end form bean from GUI Swing component and vis versa It is intendend to be used as a lightweighted utility without importing massive of third party jar file It is flexible in a way you can add a third part GUI Swing
Features
- Setting Values of GUI Component from Back end Form
- Updating the backend form without the need to press save button
- Retrieving the data set by the user on the GUI component from the bean form
Categories
Software DevelopmentLicense
Apache Software LicenseFollow Swing GUI Bean Form Binding
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
It gives a start forward implementation of a binding between a bean form and Swing GUI; there is a reference implementation class called PresentationPanel which give you a quik and easy way to implement the toolkit. Any third party GUI component can be added; I have given an example of JDatePicker