
Icon packs for Java applications - Kordamp
Mar 13, 2022 · Ikonli provides icon packs that can be used in Java applications. Currently Swing and JavaFX UI toolkits are supported.
FontIcon xref - Kordamp
21 import org.kordamp.ikonli.IkonHandler; 22 23 import javax.swing.*; 24 import java.awt.*; 25 import java.awt.image.BufferedImage; 26 27 import static java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment; 28 import static java.util.Objects.requireNonNull; 29 30 /** 31 * @author Andres Almiray 32 */ 33 public class FontIcon implements Icon {
Material Design Icons (Latest) - Kordamp
Use the indicated enum type for each set. Use the indicated enum type for each set. 1. A (MaterialDesignA) The following table shows all available icons. ... 2. B (MaterialDesignB) The following table shows all available icons. 3. C (MaterialDesignC)
FontIcon xref - Kordamp
37 import org.kordamp.ikonli.IkonHandler; 38 39 import java.util.ArrayList; 40 import java.util.List; 41 import java.util.Objects; 42 43 import static java.util.Collections.unmodifiableList; 44 import static java.util.Objects.requireNonNull; 45 46 /** 47 * @author Andres Almiray 48 */ 49 public class FontIcon extends Text implements Icon {
SimpleIcons xref - kordamp.org
1 /* 2 * SPDX-License-Identifier: Apache-2.0 3 * 4 * Copyright 2015-2022 Andres Almiray 5 * 6 * Licensed under the Apache License, Version 2.0 (the "License"); 7 ...
AbstractStandardEnforcerRule (enforcer-gradle-plugin unspecified)
enforcer.rules.AbstractStandardEnforcerRule @ CompileStatic abstract class AbstractStandardEnforcerRule extends AbstractFilteringEnforcerRule Authors: Andres Almiray Since: 0.1.0