From: <jm...@us...> - 2011-10-05 11:38:25
|
Revision: 2708 http://eulergui.svn.sourceforge.net/eulergui/?rev=2708&view=rev Author: jmvanel Date: 2011-10-05 11:38:19 +0000 (Wed, 05 Oct 2011) Log Message: ----------- Try to fix the no exit issue when the last remaining frame is the generated frame: - added a call to StatefulSession.dispose() , but that does not solve my issue - call exit when the last remaining frame is the EulerGUI NOTES: - DefaultCloseOperation is always DISPOSE_ON_CLOSE , cf http://download.oracle.com/javase/6/docs/api/java/awt/doc-files/AWTThreadIssues.html - the issue does not seem to be the preferences thread (?) Modified Paths: -------------- trunk/eulergui/src/main/java/eulergui/EulerGUI.java trunk/eulergui/src/main/java/eulergui/gui/actions/OpenPreferencesAction.java trunk/eulergui/src/main/java/eulergui/gui/controller/ApplicationKB.java trunk/eulergui/src/main/java/n3_project/ProjectGUI.java trunk/eulergui/src/main/java/unif/TripleStoreDrools.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |