





|
|


JAVABEANS | INTEGRATE JAVABEANS
COMPONENTS
PLease use these steps
to integrate a JavaBeans components into iavaDraw.
- Copy the bean and all
related files (packages, beaninfoclass, etc.) in the directory [iavaDraw]
\Userlib.
- Open up the beans bar
in iavaDraw and right mouse-click to a free place to integrate the bean
- Use the Open File dialog
to select the bean in the userlib-directory (for example-> c:\iavaDraw\userlib\mybean.class)
- The bean is now integrated
and available for use and re-use from the Beans bar
- You can use it in iavaDraw's
visual forms and you can change properties using iavaDraw's Inspector.
JAVABEANS | CREATE JAVABEANS
COMPONENTS
Please use these steps
to create a JavaBeans component:
- Choose menu Project |
New
- Choose project type bean,
set the directory, name and import classes and press ok
- A preformatted beans-
and beaninfo class will appear in the Editor. The Visual form
and Inspector lets you build your bean with components too.
|
|