ssemble JavaBeans components into an application without having to write any code

Posted rsapaper

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ssemble JavaBeans components into an application without having to write any code相关的知识,希望对你有一定的参考价值。

 

https://docs.oracle.com/javase/tutorial/javabeans/

 

https://docs.oracle.com/javase/tutorial/javabeans/quick/index.html

 

This lesson describes how to use NetBeans to build a simple application. With a good tool like NetBeans, you can assemble JavaBeans components into an application without having to write any code.

The first three pages of this lesson show how to create a simple application using graphic beans that are part of the Java platform. The last page demonstrates how easy it is to incorporate a third-party bean into 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 are beans. The components are 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 having to write any code的主要内容,如果未能解决你的问题,请参考以下文章

JAVA遇见HTML——JSP篇:JavaBeans

JavaBeans wiki 摘译

JavaBeans 官方文档学习

JSP-javabeans

如何从会话中访问 JavaBeans 数组

JavaBeans的介绍与使用