new automate
This commit is contained in:
parent
fae2046386
commit
4761053142
12
Geste/Geste.iml
Normal file
12
Geste/Geste.iml
Normal 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>
|
3
Geste/src/META-INF/MANIFEST.MF
Normal file
3
Geste/src/META-INF/MANIFEST.MF
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Manifest-Version: 1.0
|
||||||
|
Main-Class: Main
|
||||||
|
|
@ -11,7 +11,7 @@ class ivyTranslater implements IvyMessageListener {
|
|||||||
ivyTranslater() throws IvyException {
|
ivyTranslater() throws IvyException {
|
||||||
// initialization, name and ready message
|
// initialization, name and ready message
|
||||||
bus = new Ivy("IvyTranslater", "Geste", null);
|
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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
BIN
automate_deplacer.png
Normal file
BIN
automate_deplacer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
BIN
automate_supprimer.png
Normal file
BIN
automate_supprimer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Reference in New Issue
Block a user