Skip to main content

2 posts tagged with "desktop"

View All Tags

Clematis Desktop Plugins Installer

· One min read
Anton Troshin
Clematis maintainer

The next update for Clematis Desktop includes a new version of Runtime Manager UI plugin enriched with plugins downloader and installer, plus some more JVM monitors with GC marks.

There are many ideas yet to be implemented, the current list of changes is as follows:

  1. Removed Kiwi Plugin 'expected' type.
  2. Kiwi Plugin type control: ANY type can be loaded as SYSTEM or USER types of plugins, otherwise the types have to match
  3. Replaced plugin list with plugin table in Runtime Manager UI
  4. Fixed Kiwi Plugin classloader resource bundle issue
  5. Improved layout of the monitors' section
  6. Improved layout of the tabbed pane
  7. New type of UI extension shells which is loaded as USER plugins but common for all users. Their lifecycle is slightly different from the one of SYSTEM plugins, since these shells are being destroyed at the end of each user session.
  8. Plugin download from a URL and automatic installation afterward
  9. Plugins uninstallation buttons
  10. New log panel component

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.