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

org.jdesktop.swingx.JXFormattedTextFieldBeanInfo 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 JXFormattedTextFieldBeanInfo extends JXPromptBeanInfo {
	public JXFormattedTextFieldBeanInfo() {
		super(JXFormattedTextField.class);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy