Create New Java Class

Silver-J

Create New Java Class
Previous Top Next

Once project is created,
To create New Java Class then go to
 
   File -> New -> Class
This will show following dialog

graphic

Class Name : Enter the java class name.

Modifiers : Select the modifiers of the created class.

Super Class : Enter the class name that extends the sub class.

Interface : Enter the interface name that the sub class may implement.

Methods : If you want to insert main method of java or to create the constructor of given class then check these check boxes.

Create Class with Java Themes : This is another separate task.In this you only need to enter the Class Name & select one of the theme,it will create itself the java code.

Click Finish.