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

com.github.lgooddatepicker.datetimepicker.DateTimePicker.jfd Maven / Gradle / Ivy

Go to download

Java 8 Swing Date Picker. Easy to use, good looking, nice features, and localized. Uses the JSR-310 standard.

There is a newer version: 11.2.1
Show newest version
JFDML JFormDesigner: "5.2.1.0.138" Java: "1.8.0_60" encoding: "UTF-8"

new FormModel {
	contentType: "form/swing"
	root: new FormRoot {
		add( new FormContainer( "javax.swing.JPanel", new FormLayoutManager( class com.jgoodies.forms.layout.FormLayout ) {
			"$columnSpecs": "pref:grow, 5px, pref:grow(0.6)"
			"$rowSpecs": "fill:pref:grow"
		} ) {
			name: "this"
		}, new FormLayoutConstraints( null ) {
			"location": new java.awt.Point( 0, 0 )
			"size": new java.awt.Dimension( 240, 25 )
		} )
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy