https://docs.oracle.com/javase/tutorial/javabeans/
Https://docs.oracle.com/javase/tutorial/javabeans/quick/index.html
This is a simple application of lesson describes how to use NetBeans to build a. With a good the tool like NetBeans, you can assemble JavaBeans a application without have to write any code .
The first three pages of this lesson show what to create a simple application using graphic beans that is part of the Java Platform. The last page demonstrates how easy it was to incorporate a third-party beans into your application.
- Creating A project describes the steps for setting up a new project in NetBeans.
- A Button is a bean shows how to add a bean to the application ' s user interface and describes properties and events.
- Wiring the application covers using NetBeans to respond to beans events in your application.
- Using a third-party bean show how easy it was to add a new Bean to the palette and use it in your application.
Https://docs.oracle.com/javase/tutorial/javabeans/quick/button.html
A Button is a Bean
Take a closer look at the Palette. All of the components listed is beans. The components is grouped by function. Scroll to find the Swing Controls Group, then click on Button and drag it over into the visual designer. The button is a bean!
Ssemble JavaBeans components into an application without have to write any code