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
AI-powered service management for IT and enterprise teams
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
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