new automate

This commit is contained in:
DonRenando 2017-01-21 12:57:45 +01:00
parent fae2046386
commit 4761053142
7 changed files with 17 additions and 2 deletions

12
Geste/Geste.iml Normal file
View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="ivy-java-1.2.17" level="project" />
</component>
</module>

View File

@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: Main

View File

@ -7,4 +7,4 @@ public class Main {
Panel panel = new Panel();
new Fenetre(panel);
}
}
}

View File

@ -11,7 +11,7 @@ class ivyTranslater implements IvyMessageListener {
ivyTranslater() throws IvyException {
// initialization, name and ready message
bus = new Ivy("IvyTranslater", "Geste", null);
bus.start("172.31.190.255:2010"); // starts the bus on the default domain
bus.start("127.255.255.255:2010"); // starts the bus on the default domain
}

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

BIN
automate_deplacer.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
automate_supprimer.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB