You will see a New Jasmin class dialog box.
Fields Source folder and Package will
already be filled for you. If you want to choose different place
for your class, you can either manually change them or use Browse
button. If no package is given, Eclipse will use default package.
Get your class a name by filling Name: field. Name
must be unique within a package and should start with a capitol
letter.
You can define accessors of the class by checking or
unchecking accessor fields such as public, final etc.
You can choose superclass for your class. If no class is
given, Eclipse uses java.lang.Object as default.
You can specify interfaces this class implements by adding
them to Interfaces list.
You can automatically generate the main method by checking
Create main method box.
You can automatically generate default constructor by
checking Create default constructor box.
Click Finish.