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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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