14 lines
410 B
Plaintext
14 lines
410 B
Plaintext
JFDML JFormDesigner: "9.0.0.0.352" Java: "21.0.6" encoding: "UTF-8"
|
|
|
|
new FormModel {
|
|
contentType: "form/swing"
|
|
root: new FormRoot {
|
|
add( new FormContainer( "javax.swing.JPanel", new FormLayoutManager( class com.jformdesigner.runtime.NullLayout ) ) {
|
|
name: "this"
|
|
}, new FormLayoutConstraints( null ) {
|
|
"location": new java.awt.Point( 0, 0 )
|
|
"size": new java.awt.Dimension( 400, 300 )
|
|
} )
|
|
}
|
|
}
|