All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xy.reflect.ui.util.SwingCustomizerUtils Maven / Gradle / Ivy

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