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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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