From: <jm...@us...> - 2012-07-09 14:21:34
|
Revision: 3137 http://eulergui.svn.sourceforge.net/eulergui/?rev=3137&view=rev Author: jmvanel Date: 2012-07-09 14:21:23 +0000 (Mon, 09 Jul 2012) Log Message: ----------- FIX BloodPressure2.n3p example : we don't want the generated window to be packed, * and thus become almost invisible; * same case for windows having 0 components inside ==> in class SwingRulesLaunchWrapper TODO: this is fragile, and another mechanism should be tested; * for instance a rule that packs the window whenever a component is added. - enhance TestN3JavaMapping - add TestJavaMappingInGUI : test simple Java instantiation and method call in consequent, from the EUlerGUI GUI Modified Paths: -------------- trunk/eulergui/src/main/java/deductions/runtime/swing/SwingRulesLaunchWrapper.java trunk/eulergui/src/main/java/eulergui/inference/drools/impl/N3JavaMappingBuiltin.java trunk/eulergui/src/test/java/deductions/runtime/BasicRuntimeTest.java trunk/eulergui/src/test/java/eulergui/drools_engine/TestN3JavaMapping.java trunk/eulergui/src/test/java/eulergui/gui/GetTextComponentChooser.java Added Paths: ----------- trunk/eulergui/src/test/java/eulergui/gui/TestJavaMappingInGUI.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |