Skip to main content

5 posts tagged with "desktop"

View All Tags

Clematis Desktop 2.0.0

· One min read
Anton Troshin
Clematis maintainer

The next major release of Clematis Desktop (aka Java Workspace) is out.

It includes core libraries, two plugins and installers for Mac and Linux. I'm working on the Windows installer, it will be added in one of the next updates.

Clematis Desktop Source Editor

· One min read
Anton Troshin
Clematis maintainer

Simple Java live compiling source editor plugin for Clematis Desktop, especially useful for offline competitive programming training, preparation for live-coding interviews and development of short algorithms for your Java applications.

Repository: https://github.com/grauds/clematis.desktop.sed

Use this link to download the latest version in the Clematis Java Workspace plugins installer: https://github.com/grauds/clematis.desktop.sed/releases/download/latest/sed_latest.jar

Clematis Desktop Java 21 & Refactoring

· One min read
Anton Troshin
Clematis maintainer

Clematis Desktop is updated to work with Java version 21. There were a few steps were made:

  • Gradle is updated to 9.1.0
  • Changes in build files syntax to support Gradle 9.1.0

The project gradually accepts new language features as much of the old code is being refactored, for example, to remove the lengthy Desktop class and break down its functionality into smaller classes, organized in a more Java Swing way. More details are available in the README.