FXGraphics2D 2.0

A discussion forum for FXGraphics2D (adds a Java2D API to the JavaFX Canvas).
Locked
david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

FXGraphics2D 2.0

Post by david.gilbert » Sat May 02, 2020 6:35 am

FXGraphics2D 2.0 has been released. It is now a first-class Java module and requires Java 11 or later. From the README file:

Code: Select all

27-Feb-2020 : Version 2.0

- converted to a module (org.jfree.fxgraphics2d);
- now requires JDK 11 or later.
FXGraphics2D is hosted at GitHub: https://github.com/jfree/fxgraphics2d

FXGraphics2D dependency information:

Code: Select all

<dependency>
    <groupId>org.jfree</groupId>
    <artifactId>org.jfree.fxgraphics2d</artifactId>
    <version>2.0</version>
</dependency>
FXGraphics2D is open source software under a BSD-style license.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked