Skip to content

JIconButton is a Java Swing component designed to display an Icon and to automatically resize the icon to fit within the button's bounds.

License

Notifications You must be signed in to change notification settings

Valkryst/JIconButton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JIconButton is a Java Swing component designed to display an Icon and to automatically resize the Icon to fit within the button's bounds. It can be used with the following subclasses of the Icon class:

Table of Contents

Installation

JIconButton is hosted on the JitPack package repository which supports Gradle, Maven, and sbt.

Gradle Gradle

Add JitPack to your build.gradle at the end of repositories.

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Add JIconButton as a dependency.

dependencies {
	implementation 'com.github.Valkryst:JIconButton:2024.5.8'
}

Maven Maven

Add JitPack as a repository.

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Add JIconButton as a dependency.

<dependency>
    <groupId>com.github.Valkryst</groupId>
    <artifactId>JIconButton</artifactId>
    <version>2024.5.8</version>
</dependency>

Scala SBT Scala SBT

Add JitPack as a resolver.

resolvers += "jitpack" at "https://jitpack.io"

Add JIconButton as a dependency.

libraryDependencies += "com.github.Valkryst" % "JIconButton" % "2024.5.8"

About

JIconButton is a Java Swing component designed to display an Icon and to automatically resize the icon to fit within the button's bounds.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages