Components

This panel enables you to create components and import Java beans. AnyJ can only import swing 1.1/1.2 conform JFC beans (because of the package renaming from Swing 1.03 to Swing 1.1) delivered as jar archives. Adding older AWT beans is not a problem, although they may look a bit strange when used in JFC forms.


Read the Guide on how to instantiate custom components.

Note: Some bean libraries consist of several jars, which have to be imported in the correct version due to inter-jar dependencies. Alternatively you may add these jars to the system-wide classpath before starting AnyJ.

Note: Common controls such as ListBox or Treeviews are automatically wrapped into a Scollpane. E.g. it is not necessary to first create a Scrollpane and than add a JList to it.

Note: AnyJ adds imported bean jars to your classpath settings. The bean is instantiated just as normal components are: Double click the selected component or select it and press the "Create" button.