When the main void executes this:
public static void load(){ DialogueHandler.sendText1("test"); }
SendText1: (In a seperate class)
public static void sendText1(String text){ Logger.log("done"); //Test if void was reached Window.jTextArea1.append(text + newLine); }
The application completely stops at this point in the load void and no errors are logged nor added to the TextArea. Why is this happening?


LinkBack URL
About LinkBacks
Reply With Quote