Back to Projects

GemsFX

A rich collection of miscellaneous JavaFX UI controls and utilities for everyday application development.

Screenshots

Photo Cropper control
Photo Cropper control
Time Picker control
Time Picker control

Key Features

Photo Cropper

An interactive control for cropping images with handles and aspect-ratio lock.

Time Picker

A polished time input control with keyboard and mouse support.

Drawing Board

A freehand drawing canvas control with undo/redo and tool selection.

Search Field

A text field with built-in search icon, clear button, and suggestion popup.

Rating Control

A star rating control with partial-star support and read-only mode.

Info Panel

A layout control for displaying structured key-value information panels.

Getting Started

Add the dependency to your project:

Maven
<dependency>
  <groupId>com.dlsc.gemsfx</groupId>
  <artifactId>gemsfx</artifactId>
  <version>2.3.0</version>
</dependency>
Gradle
implementation 'com.dlsc.gemsfx:gemsfx:2.3.0'