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

org.jdesktop.swingx.JXTextFieldBeanInfo Maven / Gradle / Ivy

package org.jdesktop.swingx;


public class JXTextFieldBeanInfo extends JXPromptBeanInfo {
	public JXTextFieldBeanInfo() {
		this(JXTextField.class);
	}
	
	protected JXTextFieldBeanInfo(Class beanClass) {
		super(beanClass);
		
		setPreferred(true, "outerMargin");
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy