}else{
Test4.setForeground(Color.RED);
}
try{
CJNAUnitsync c1 = CJNAUnitsync.INSTANCE;
String s = c1.GetSpringVersion();
Test5.setForeground(Color.GREEN);
Test5.setText("Test 5 (JNA Mingw32) spring version: "+s);
} catch (Exception e){
Test5.setForeground(Color.RED);
Test5.setText("Test 5 (JNA Mingw32)");
}
try{
CJNAUnitsync c1 = CJNAUnitsync.INSTANCE2;
String s = c1.GetSpringVersion();
Test6.setForeground(Color.GREEN);
Test6.setText("Test 6 (JNA VS2005) spring version: "+s);
} catch (Exception e){
Test6.setForeground(Color.RED);
Test6.setText("Test 6 (JNA VS2005)");