Skip to content

DarshanaUOP/JDeltaComponents

Repository files navigation

JDeltaComponents

A java layout framework/library for swing based UIs

How to use jDeltaComponents

This framework is designed for use in GUI development purposes. so it can be used with your java project. to use it with your java project, you can use following methods to configure.

  • Add maven dependency of jDeltaComponents (you can find latest version or most compatible version for your product as VERSION INFO )
<dependency>
  <groupId>com.deltaApps</groupId>
  <artifactId>jdeltacomponents</artifactId>
  <version> VERSION INFO </version>
</dependency>
  • Download latest or most compatible .jar file and add it to your local project. download links for all relevant versions have been mentioned in version history below.

Version history

v1.0.0

Released date - 21 March 2021

This release is the basic stricture of the jDeltaComponents project

this version of jDeltaComponents is contains

  • com.deltaApps.utils.jdeltaFonts
  • com.deltaApps.utils.jdeltaColors
  • com.deltaApps.components.jdeltaBadge

You can add this version of jDeltaComponents library, you can add following dependency in your maven project.

<dependency>
  <groupId>com.deltaApps</groupId>
  <artifactId>jdeltacomponents</artifactId>
  <version>1.0.0</version>
</dependency>

You can download jDeltaComponents v1.0.0.jar file.