Advertisement

[java] complex awt apps

Started by March 28, 2001 10:09 PM
0 comments, last by sma202 23 years, 10 months ago
Are there any techniques or strategies when it comes to creating awt apps/applets that use alot of controls? It seems like i''m adding so many listeners and controls...would putting them in some kind of array or hashtable be better to minimize code size or would that affect runtime speed adversly? thanks for any insights.
ask in the patterns forum about the command pattern.

This topic is closed to new replies.

Advertisement