Menu

How_to_install

Paul-Emile Veuve

Add the following line in your code before instantiating any Swing component:

 _UIManager.addAuxiliaryLookAndFeel(new FingonLookAndFeel());_

Add the following jar files in your classpath:

  • The auxiliary look and feel itself:
    • fingon.jar
    • log4j-1.2.4.jar
  • Java Sound implementation:
    • tritonus_share-0.3.6.jar
    • MP3 support:
    • jl1.0.1.jar
    • mp3spi1.9.4.jar
    • OGG Vorbis support (optional):
    • tritonus_jorbis-0.3.6.jar
    • jogg-0.0.7.jar
    • jorbis-0.0.15.jar
  • Java Speech API (JSAPI):
    • jsapi.jar
    • JSAPI implementation FreeTTS (US voice):
    • fingon-freetts-synthesizer.jar
    • cmu_us_kal.jar
    • cmudict04.jar
    • cmulex.jar
    • en_us.jar
    • freetts-jsapi10.jar
    • freetts.jar

Copy soundbank.gm in one of the following directory:

  • in the home directory of your application
  • in <JRE_HOME>/lib/audio

Related

FingonWiki: Main_Page

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.