Last change
on this file since 1 was 1, checked in by Wouter Pasman, 7 years ago |
Initial import : Genius 9.0.0
|
File size:
311 bytes
|
Line | |
---|
1 | package genius;
|
---|
2 |
|
---|
3 | import java.io.IOException;
|
---|
4 |
|
---|
5 | import genius.domains.DomainInstaller;
|
---|
6 | import genius.gui.NegoGUIApp;
|
---|
7 |
|
---|
8 | public class Application {
|
---|
9 | public static void main(String[] args) throws IOException {
|
---|
10 | ProtocolsInstaller.run();
|
---|
11 | DomainInstaller.run();
|
---|
12 | AgentsInstaller.run();
|
---|
13 | NegoGUIApp.run(args);
|
---|
14 | }
|
---|
15 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.