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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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