| # | Test case | Description |
| 1 | Create new JApplet |
1. Select my_project/my_test_filesystem
2. Choose from popup New | File...
3. Choose Java GUI Forms > JApplet Form and press Next> button. 4. In New Wizard type name "MyJApplet"
5. Push Finish
|
|
|
RESULT:
MyJApplet tab is available. Form contains component Palette, Inspector and Form Designer. Node "Form MyJApplet" contains subnodes : "Other Components" and "[JApplet]". |
| 2 | Create new JDialog |
1. Select my_project/my_test_filesystem
2. Choose from popup New | File...
3. Choose Java GUI Forms > JDialog Form and press Next> button. 4. In New Wizard type name "MyJDialog"
5. Push Finish
|
|
|
RESULT:
MyJDialog tab is available. Form contains component Palette, Inspector and Form Designer. Node "Form MyJDialog" contains subnodes : "Other Components" and "[JDialog]". |
| 3 | Create new JFrame |
1. Select my_project/my_test_filesystem
2. Choose from popup New | File...
3. Choose Java GUI Forms > JFrame Form and press Next> button. 4. In New Wizard type name "MyJFrame"
5. Push Finish
|
|
|
RESULT:
MyJFrame tab is available. Form contains component Palette, Inspector and Form Designer. Node "Form MyJFrame" contains subnodes : "Other Components" and "[JFrame]". |
| 4 | Create new JInternalFrame |
1. Select my_project/my_test_filesystem
2. Choose from popup New | File...
3. Choose Java GUI Forms > JInternalFrame Form and press Next> button. 4. In New Wizard type name "MyJInternalFrame"
5. Push Finish
|
|
|
RESULT:
MyJInternalFrame tab is available. Form contains component Palette, Inspector and Form Designer. Node "Form MyJInternalFrame" contains subnodes : "Other Components" and "[JInternalFrame]". |
| 5 | Create new JPanel |
1. Select my_project/my_test_filesystem
2. Choose from popup New | File...
3. Choose Java GUI Forms > JPanel Form and press Next> button. 4. In New Wizard type name "MyJPanel"
5. Push Finish
|
|
|
RESULT:
MyJPanel tab is available. Form contains component Palette, Inspector and Form Designer. Node "Form MyJPanel" contains subnodes : "Other Components" and "[JPanel]". |
| 6 | Create new Bean based on javax.swing.JPanel |
1. Select my_project/my_test_filesystem
2. Choose from popup New | File...
3. Choose Java GUI Forms > Bean Form and press Next> button. 4. In New Wizard type name "BeanOnJPanel"
5. Push Next
6. In New Wizard type superclass "javax.swing.JPanel"
7. Push Finish
|
|
|
RESULT:
BeanOnJPanel tab is available. Form contains component Palette, Inspector and Form Designer. Node "Form BeanOnJPanel" contains subnodes : "Other Components" and "[JPanel]". |
| 7 | Create new Bean based on javax.swing.JButton |
1. Select my_project/my_test_filesystem
2. Choose from popup New | File...
3. Choose Java GUI Forms > Bean Form and press Next> button. 4. In New Wizard type name "BeanOnJButton"
5. Push Next
6. In New Wizard type superclass "javax.swing.JButton"
7. Push Finish
|
|
|
RESULT:
BeanOnJButton tab is available. Form contains component Palette, Inspector and Form Designer. Node "Form BeanOnJButton" contains subnodes : "Other Components" and "[JButton]". |
| 8 | Create new Bean based on java.awt.Panel |
1. Select my_project/my_test_filesystem
2. Choose from popup New | File...
3. Choose Java GUI Forms > Bean Form and press Next> button. 4. In New Wizard type name "BeanOnPanel"
5. Push Next
6. In New Wizard type superclass "java.awt.Panel"
7. Push Finish
|
|
|
RESULT:
BeanOnPanel tab is available. Form contains component Palette, Inspector and Form Designer. Node "Form BeanOnPanel" contains subnodes : "Other Components" and "[Panel]". |
| 9 | Create new Applet |
1. Select my_project/my_test_filesystem
2. Choose from popup New | File...
3. Choose Java GUI Forms > AWT Forms > Applet Form and press Next> button. 4. In New Wizard type name "MyApplet"
5. Push Finish
|
|
|
RESULT:
MyApplet tab is available. Form contains component Palette, Inspector and Form Designer. Node "Form MyApplet" contains subnodes : "Other Components" and "[Applet]". |
| 10 | Create new Dialog |
1. Select my_project/my_test_filesystem
2. Choose from popup New | File...
3. Choose Java GUI Forms > AWT Forms > Dialog Form and press Next> button. 4. In New Wizard type name "MyDialog"
5. Push Finish
|
|
|
RESULT:
MyDialog tab is available. Form contains component Palette, Inspector and Form Designer. Node "Form MyDialog" contains subnodes : "Other Components" and "[Dialog]". |
| 11 | Create new Frame |
1. Select my_project/my_test_filesystem
2. Choose from popup New | File...
3. Choose Java GUI Forms > AWT Forms > Frame Form and press Next> button 4. In New Wizard type name "MyFrame"
5. Push Finish
|
|
|
RESULT:
MyFrame tab is available. Form contains component Palette, Inspector and Form Designer. Node "Form MyFrame" contains subnodes : "Other Components" and "[Frame]". |
| 12 | Create new Panel |
1. Select my_project/my_test_filesystem
2. Choose from popup New | File...
3. Choose Java GUI Forms > AWT Forms > Panel Form and press Next> button. 4. In New Wizard type name "MyPanel"
5. Push Finish
|
|
|
RESULT:
MyPanel tab is available. Form contains component Palette, Inspector and Form Designer. Node "Form MyPanel" contains subnodes : "Other Components" and "[Panel]". |
| 13 | Create new Application |
1. Select my_project/my_test_filesystem
2. Choose from popup New | File...
3. Choose Java GUI Forms > Sample Forms > Application and press Next> button. 4. In New Wizard type name "MyApplication"
5. Push Finish
|
|
|
RESULT:
MyApplication tab is available. Form contains component Palette, Inspector and Form Designer. Node "Form MyApplication" contains subnodes : "Other Components" and "[JFrame]". |
| 14 | Create new MDI Application |
1. Select my_project/my_test_filesystem
2. Choose from popup New | File...
3. Choose Java GUI Forms > Sample Forms > MDI Application and press Next> button. 4. In New Wizard type name "MyMDIApplication"
5. Push Finish
|
|
|
RESULT:
MyMDIApplication tab is available. Form contains component Palette, Inspector and Form Designer. Node "Form MyMDIApplication" contains subnodes : "Other Components" and "[JFrame]". |
| 15 | Create new Ok/Cancel Dialog |
1. Select my_project/my_test_filesystem
2. Choose from popup New | File...
3. Choose Java GUI Forms > Sample Forms > OK / Cancel Dialog and press Next> button. 4. In New Wizard type name "MyOKCancelDialog"
5. Push Finish
|
|
|
RESULT:
MyOKCancelDialog tab is available. Form contains component Palette, Inspector and Form Designer. Node "Form MyOKCancelDialog" contains subnodes : "Other Components" and "[JDialog]". |