Improper Swing utilization
Status: Alpha
Brought to you by:
accolades
The entire Swing interface was programmed in the
course of one evening. As such, it is considerably
bulky. Instances of every class, and Swing components
are all initiated when the program is launched. This
causes a noticable delay when the program is run. A lot
of the UI code should be rewritten to consolidate
reusable code segments.