JFormDesigner Examples README

Introduction

This folder contains example source code and forms.

To try this examples, create a new IDE project in this folder and add src to the source folders of the project. Because some of the examples require jfd-annotations.jar, jfd-loader.jar or beansbinding.jar, add them to the build path of the project. You'll find the libraries in the JFormDesigner's redist folder.

Package com.jformdesigner.examples.basic

Package com.jformdesigner.examples.beans

Some custom components that demonstrate use of JFormDesigner Annotations and implementation of BeanInfo classes that use JFormDesigner BeanDescriptor and PropertyDescriptor Attributes.

Package com.jformdesigner.examples.beansbinding.clienteditor

An example, ported from NetBeans to JFormDesigner, for using Beans Binding (JSR 295). Uses binding converters and validators.

Package com.jformdesigner.examples.beansbinding.simple

A simple example for using Beans Binding (JSR 295).

Package com.jformdesigner.examples.beansbinding.taskmanager

Advanced example for using Beans Binding (JSR 295).

Package com.jformdesigner.examples.formmodel

Examples for using JFormDesigner Runtime Library to dynamically create JFormDesigner forms (*.jfd). All examples in this package require jfd-loader.jar.

Package com.jformdesigner.examples.propertyeditors

Examples for implementing property editors for complex property values. Property editors are used in the JFormDesigner Properties view.


Copyright © 2004-2011 FormDev Software GmbH. All rights reserved.