![JAR search and dependency download from the Maven repository](/logo.png)
xy.reflect.ui.util.SwingCustomizerUtils Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of custom-ui Show documentation
Show all versions of custom-ui Show documentation
Customizations editor for ReflectionUI
The newest version!
package xy.reflect.ui.util;
import javax.swing.ImageIcon;
import xy.reflect.ui.ReflectionUI;
import xy.reflect.ui.control.swing.customizer.SwingCustomizer;
/**
* Utilities for dealing with {@link SwingCustomizer} instances.
*
* @author olitank
*
*/
public class SwingCustomizerUtils {
public static final ImageIcon CUSTOMIZATION_ICON = new ImageIcon(
ReflectionUI.class.getResource("resource/custom.png"));
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy