Procedure

This scenario is to verify that code patterns from other visual tools are parsed correctly in the Visual Editor

Setup

Import jbuilder.jar and sun.jar into a Java project


Working with JBuilder files

Verify - From jbuilder.jar, load/run as beans all three files, and make sure that it is WYSIWYG.

Exception: MyJBGridBag.java will not show the jPanel1 tab properly, as we do not support (at this time) 
                                  the manner in which the GridBagConstraints is added.

jPanel1.add(jEditorPane1, new GridBagConstraints(1, 1, 1, 2, 1.0, 1.0,
                                                 GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(26, 30, 0, 0), 0, 64));


Verify that the Button's action perform event is showing.

Try to add events, as well as deleting existing ones.

Note that in jBuilder events are recognized as following:




The registration of a "shared" event is noted, but not the content.

Add/remove components and Verify the source is updated correctly.


Working with NetBeans files

Verify – From sun.jar, load/run as beans MySunJPanel, and make sure that it is WYSIWYG.

Exception: we do not fully support x2 arg addTab, and GridBag at this time.

Verify that the Button's action perform event is showing.

Try to add events, as well as deleting existing ones.

Add/remove components and Verify the source is updated correctly.