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

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

Go to download

Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich client applications.

The newest version!
package org.jdesktop.swingx;


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy