Using templates


Templates are a powerful IDE tool. You can use them to create new objects, which then can be used as a basis for creating more complex objects. Java components such as Swing and AWT containers are one type of template. There are also various templates for classes, dialog boxes, and other objects such as HTML files, text files, and bookmarks. Even "empty" classes have templates. You can also create your own templates.


Contents Prev Next Index