Khalith-Basha / sikuli-api

Automatically exported from code.google.com/p/sikuli-api
0 stars 0 forks source link

Can't terminate application normally #44

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Rum application using Sikuli Jaava API and let the main thread terminate.

What is the expected output? What do you see instead?
The application should terminate, but since Sikuli uses AWT there is pending 
AWT thread. This thread won't finish unless all AWT component.

See this for more details: 
http://docs.oracle.com/javase/7/docs/api/java/awt/doc-files/AWTThreadIssues.html

sikuli-api-1.0.2 in 64-bit JVM under Win7

Sikuli API should provide way to dispose() any AWT components it creates so 
that application can finish normally and not by calling System.exit.

Ales

Original issue reported on code.google.com by ale...@seznam.cz on 2 Apr 2013 at 10:58

GoogleCodeExporter commented 8 years ago

Original comment by doubles...@gmail.com on 13 Jun 2013 at 8:01