Amit Rana schrieb:

>    1.    Can anyone give some guidelines or points to remember while
> designing/scheduling a Swing project.

- Make use cases before designing your gui
- Get user feedback as early as possible

>    2.    Points to remember to get better performance and better memory
> utilization?

- Do not assume, memory gets freed automatically
- Always remove your listeners
- Finalizers are not the way to free memory
- Put long-lasting actions into separate threads
- Never forget to switch to the AWT Eventqueue before modifying the GUI.

--
Christian Pesch - Software Engineer
CoreMedia AG - http://www.coremedia.com - 0700-COREMEDIA



_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing

Reply via email to