edu.uvm.ccts.common.ui.DisplayProgress.jfd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ccts-common Show documentation
Show all versions of ccts-common Show documentation
A library of useful generic objects and tools consolidated here to simplify all UVM CCTS projects
JFDML JFormDesigner: "5.2.0.0.109" Java: "1.6.0_65" encoding: "UTF-8"
new FormModel {
contentType: "form/swing"
root: new FormRoot {
add( new FormWindow( "javax.swing.JDialog", new FormLayoutManager( class org.jdesktop.layout.GroupLayout ) {
"$horizontalGroup": "par l {seq l {space :p:24:p, comp contentPanel:::::x, space :p:24:p}}"
"$verticalGroup": "par l {seq t {space :p:24:p, comp contentPanel:::::x, space :p:24:p}}"
} ) {
name: "this"
"defaultCloseOperation": 0
"title": ""
"alwaysOnTop": true
"resizable": false
add( new FormContainer( "javax.swing.JPanel", new FormLayoutManager( class org.jdesktop.layout.GroupLayout ) {
"$horizontalGroup": "par l {seq {space :::p, par l {comp progressBar::t::364:x, comp lblMessage::l:::x, comp lblDesc::l::364:x}, space :::p}}"
"$verticalGroup": "par l {seq {space :::p, comp lblDesc:::p::p, space :p:18:p, comp progressBar:::p::p, space :::p, comp lblMessage:::p::p, space ::28:x}}"
} ) {
name: "contentPanel"
add( new FormComponent( "javax.swing.JLabel" ) {
name: "lblDesc"
"text": ""
} )
add( new FormComponent( "javax.swing.JProgressBar" ) {
name: "progressBar"
} )
add( new FormComponent( "javax.swing.JLabel" ) {
name: "lblMessage"
"text": ""
"font": new java.awt.Font( "Lucida Grande", 2, 12 )
} )
} )
}, new FormLayoutConstraints( null ) {
"location": new java.awt.Point( 0, 0 )
"size": new java.awt.Dimension( 450, 195 )
} )
}
}