Skip to content

JCommon JFX

Julien Seinturier edited this page Apr 25, 2023 · 1 revision

This page describes the functionnalities of the jcommon-jfx libraryand illustrates them with examples.

What is JCommon - JFX

The jcommon-jfx library provides components and functionnalities dedicated to JavaFX. The JCommon library can be added to a maven project using the following dependency:

<dependency>
    <groupId>org.jorigin</groupId>
    <artifactId>jcommon-jfx</artifactId>
    <version>2.0.0-SNAPSHOT</version>
</dependency>

Tutorials and examples

Displaying and interacting with images: JImageCanvas

The jcommon-jfx library provide a JavaFX canvas that can display and interact with images. This high level component also enables to display feature layers on the image and to interact with.

Clone this wiki locally