This is the code for a simple text editor in Java. The GUI components are from the swing library; however, the program takes around 10 seconds to start up! Does anybody know why this is happening?
Amr Hesham wrote:I've tried debugging the program, and it seems that is the line causing the slowness. Any ideas?