Insert main function,Class & Events

Silver-J

Insert main function,Class & Events
Previous Top Next

You can insert main() function of java without typing it.this save your time of coding.go to
   Edit -> Insert -> main() Function



You can also insert the code snippet of tour own class. go to
 
   Edit -> Insert -> Class

This will show following dialog

graphic

This wont create a java file.It will just insert the code snippet of class on the provided information.
To insert the class,select modifier,enter class name,extends - superclass name & interface name & click Insert.



You can also insert events into your program. go to

  Edit -> Insert -> Events

This will show following dialog

graphic

Select the events & click Insert.