<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>New Class</title>
</head>
<body>
<h1>New Class</h1>
<p>This first page is basically the same as the common class wizard though some elements that are
not needed in this context are missing.</p>
<ul>
<li>Source folder: defines the source folder of a project where the resulting class is stored into</li>
<li>Package: defines the package of the class</li>
<li>Name: defines the name of the resulting class</li>
<li>Modifiers: lets you define the modifiers of the class</li>
<li>Superclass: defines the super class, by default java.lang.Object</li>
<li>Interfaces: lets you provide Interfaces, that should be implemented by this class</li>
</ul>
</body>
</html>