f

fontchooser

A Java Swing Component to choose a font according to the list of available font families, styles and sizes.
https://github.com/dheid/fontchooser
GNU Lesser General Public License Version 3
drjekyll.org
Daniel Heid
Files download
File Operation
fontchooser-2.5.2.jar download
fontchooser-2.5.2.pom download
fontchooser-2.5.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.drjekyll</groupId>
  <artifactId>fontchooser</artifactId>
  <version>2.5.2</version>
</dependency>
Gradle Groovy
implementation 'org.drjekyll:fontchooser:2.5.2'
Gradle Kotlin
implementation("org.drjekyll:fontchooser:2.5.2")
Scala SBT
libraryDependencies += "org.drjekyll" % "fontchooser" % "2.5.2"
Groovy Grape
@Grapes(
  @Grab(group='org.drjekyll', module='fontchooser', version='2.5.2')
)
Apache Ivy
<dependency org="org.drjekyll" name="fontchooser" rev="2.5.2" />
Leiningen
[org.drjekyll/fontchooser "2.5.2"]
Apache Buildr
'org.drjekyll:fontchooser:jar:2.5.2'