What can one do to decrease start-up time on GUI?
Any tips on decreasing the start-up time of a GUI application?
Any tips on decreasing the start-up time of a GUI application?
You might have had more luck in the Swing section.
Its hard to tell you what to change without knowing how you are
writing the code in the first place.
Are you doing processing / loading in the awt/swing event thread
(whatever its called, lol)?
If so that will slow things down. Look up SwingUtilities.invokeLater()