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

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

The newest version!
package org.jdesktop.swingx;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy