Tuesday, August 19, 2014

NETBEANS Java Basics 116a – Java Form Views

---
Java Basics 116a – Java Form Views

STEPS

1) Open Startup Project

1-1) Continue from previous tutorial.
1-2) Outcome.

2) Java Form Source Codes

2-1) Click Source button.
2-2) Look at the Code Editor window.
2-2) Scroll further down.
Notice the WARNING message in your codes saying “Do NOT modify this code”.

3) Palette and Properties Window.

3-1) Click on Design button.
3-2) Look at the right side of the Code Editor window.
https://lh6.googleusercontent.com/iR0jmTyzNnEHEf3Et_Xi_mQ_6a1SbN4YxNPqGDI7hP6iPnYXS1SWmqjDD5QUa13abberIWKMupgoYT_21JjbI4xb_IdTEQramNw2yXYXhXrjJ90CpCRmtCfFxwECa45oP4OdM9BEpcI

4) Form Title Field property.

4-1) Click somewhere on the form surface.
4-2) Type “Calculator” in the title field.

5) Run your program.

4-4) Click OK.

REFERENCE

---

No comments:

Post a Comment