dosjos

Results 2 comments of dosjos
trafficstars

In your code change it to btnAutotest.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent arg0) { Auto_Test_Folge atf = new Auto_Test_Folge(); ``` atf.loop(); } }); ``` this will of course only run...

Just remove the System.Exit statement. When the code reaches the end, it jumps out of the loop method and you are back actionPerformed again On Tue, Nov 17, 2015 at...