> List of tutorials for developing a Fat-Client in Java

Index – Advanced Java-Fat-Client development

Final steps for developing a Start-Frame –
Step-by-step-guide for Java-Fat-Client development

* For this document and all references (links) please obey the hints and regulations concerning copyright, disclaimer and trademarks.

  • The owner of this web-site (www.javascout.biz) is not responsible for the content of web-sites linked within this document or other documents of www.javascout.biz.

  • If this document or other documents of this web-site (www.javascout.biz) infringes your rights or you think that rights of others (third parties) are infringed, please inform the author.
    An e-mail can be sent by clicking onto the 'hungry mailbox' in the upper right corner.

Last revision of this document:
2006-08-30

This document lists the steps (with links to more detailed descriptions and sample code) to finalise the development of a Start-Frame as Command-Center.
It includes all steps to make it save to use and give it a more 'sexy' look and feel.

Shortcut:

This document covers the following steps:

Credits:

To many to list; please see the linked documents with the detailed descriptions.

Prerequisites:

Step by step instructions:

Add a description and comments

It is a good practise, to describe, why the class was created and what the methods are for.
Although it might be pretty clear for you now, in a few years you might be far away and unable to remember every detail.
Not to mention somebody who has to take over maintenaince of the application.

In catchwords:
Right click onto the 'Project' and select >New>Other...
In the following window expand 'Java' (if not alredy done), select >Visual Class and click the [ Next > ] button.
Enter the Package (xxx_project_xxx.clientframes),
   the (Class-)Name (XXX_Project_XXX_CommandCenter) and
   the Superclass (js_base.frame.JSBS_StartFrame).
   Check [ ] public static void main(String[] args) and click the [ Finish ] button.
.

top.

Code the 'Constructor' and call it in the 'main()' method

top.

dummy fo copying

top.

Related Documents:Related Documents: