Package jimm.datavision.layout.swing

Examples of jimm.datavision.layout.swing.SwingImageField


*
* @param sw section widget in which the field's new widget will reside
* @param image a report image field
*/
public ImageFieldWidget(SectionWidget sw, ImageField image) {
    super(sw, new SwingImageField(image));
}
View Full Code Here

TOP

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

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.