This is a general tutorial for developing a BBj Resource file using FormBuilder. For more background, refer to the FormBuilder Overview.
Mount a Directory of preference. The instructions in this tutorial assume a mounted the C:\src directory.
Now create an .arc file, named tutorial.arc in this tutorial.
The Inspector now displays on the right side of the NetBeans IDE. If it does not display, right-click the .arc file and select the Display BBjGui Inspector Action.
Double-click the Node labeled 101 Form to launch the Form Editor.
Select the Display Palette Action by right-clicking the .arc file node. Select a button from the Palette.
Click on the form within the Form Editor to add the button to the form.
In FormEditor, the dots appear around a button to signify the button is selected. The corresponding button node within the BBjGui Inspector is also selected.
Select the Display Properties Action by right-clicking the .arc file node.
Save the resource by clicking the save tool button.
You successfully created an .arc file which could be used in a BBj program that employs the RESOURCE Mnemonic.