Package jimm.datavision.layout.swing

Examples of jimm.datavision.layout.swing.SwingTextField


*
* @param sw section widget in which the field's new widget will reside
* @param field a report field
*/
public FieldWidget(SectionWidget sw, Field field) {
    this(sw, new SwingTextField(field, field.designLabel()));
}
View Full Code Here

TOP

Related Classes of jimm.datavision.layout.swing.SwingTextField

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.