Home
Categories
Dictionary
Download
Project Details
Changes Log
Who We Are
FAQ
License

J661 UI framework


    1  Swing
    2  JavaFX
    3  See also

The J661 Server implementation is completely independant from the graphic framework used to render its widgets. There are currently two GUI implementations for the Server:
  • A Swing implementation of the Server
  • A JavaFX implementation of the Server


archiserver

Swing

The Swing UI framework is based on Java Swing. The command line to launch a Swing ARINC 661 Server is:
      java -jar swingServer.jar -config=<configuration File>
With configuration File being the properties File defining the Server configuration. It is also possible to launch the Swing ARINC 661 Server without providing a configuration by java -jar swingServer.jar, in that case, a dialog will ask which file must be used for the configuration.

JavaFX

The JavaFX UI framework is based on JavaFX. The command line to launch a JavaFX ARINC 661 Server is:
      java -jar jfxServer.jar -config=<configuration File>
With configuration File being the properties File defining the Server configuration. It is also possible to launch the JavaFX. ARINC 661 Server without providing a configuration by java -jar jfxServer.jar, in that case, a dialog will ask which file must be used for the configuration.

See also


Categories: archi | dev | server | user

Copyright 2016-2017 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v2 licence