Create a Java Bean
Show me
Tell me more
-
In the Applications Navigator, select the project you created and
open the Create Bean dialog.
-
Enter a name for the bean (for example,
NameBean
) and the
package (for example, telnetPackage
), select
java.lang.Object from the Extends
dropdown list, and click OK.
-
In the editor window, select the Source
tab to edit the Java file in the Java Source Editor, if it is not the
active editor.
-
To store the input text, you can add sample code to the
JDeveloper-generated code, or alternatively, enter your own code.
Let me use sample code
Tell me more
about what I see in the IDE
-
From the File menu, choose
Save.
Next step
Copyright © 1997, 2006, Oracle. All rights reserved.