External Exam Download Resources Web Applications Games Recycle Bin

getting Started



download And Install
Netbeans with JDK
start New Project
  1. make sure no other projects open
  2. File --> New Project
    • Category: Java
    • Project: Java Application
  3. next choose suitable name (suggest camelCase)
  4. untick Create Main Class and finish

adding A Form And First Launch
  1. in Projects Window right-click / double-tap on projectName --> New --> jFrame Form...
  2. chooose suitable form name (e.g. mainForm) and click Finish
  3. go File --> Project Properties (yourProject) --> highlight Run in Categories list --> Browse for Main Class
  4. select the name of your jFrame Form (e.g. mainForm) and click Select Main Class, OK
  5. hit Play Button