Skip to content

Commit

Permalink
- WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
derreisende77 committed Oct 24, 2024
1 parent fbf39bd commit 4a99a8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ private void initComponents() {

//======== splitPane1 ========
{
splitPane1.setDividerLocation(250);
splitPane1.setDividerLocation(350);

//======== scrollPane1 ========
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ new FormModel {
}
add( new FormContainer( "javax.swing.JSplitPane", new FormLayoutManager( class javax.swing.JSplitPane ) ) {
name: "splitPane1"
"dividerLocation": 250
"dividerLocation": 350
auxiliary() {
"JavaCodeGenerator.variableLocal": true
}
Expand Down

0 comments on commit 4a99a8e

Please sign in to comment.