DOC

it.tidalwave.steelblue : steelblue

Maven & Gradle

May 09, 2023
4 usages

SteelBlue · SteelBlue contains the JavaFX implementation of a set of UI-related DCI roles defined in the project TheseFoolishThings. It allows to design rich client applications in a fashion that is mostly independent of the UI technology so the code depending on it is segregated in a confined section.

Table Of Contents

Latest Version

Download it.tidalwave.steelblue : steelblue Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file steelblue-1.1-ALPHA-3-javadoc.jar to steelblue-1.1-ALPHA-3-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder steelblue-1.1-ALPHA-3-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "steelblue-1.1-ALPHA-3-sources.jar" -d "steelblue-1.1-ALPHA-3-javadoc" -subpackages