mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 22:47:13 -06:00
This commit is contained in:
@@ -487,6 +487,7 @@ public class FlatComponentsTest
|
||||
|
||||
//---- toggleButton1 ----
|
||||
toggleButton1.setText("Enabled");
|
||||
toggleButton1.setToolTipText("LOOOOOOOOOOOOOONG TEXT");
|
||||
add(toggleButton1, "cell 1 2");
|
||||
|
||||
//---- toggleButton9 ----
|
||||
|
||||
@@ -159,6 +159,7 @@ new FormModel {
|
||||
add( new FormComponent( "javax.swing.JToggleButton" ) {
|
||||
name: "toggleButton1"
|
||||
"text": "Enabled"
|
||||
"toolTipText": "LOOOOOOOOOOOOOONG TEXT"
|
||||
}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
|
||||
"value": "cell 1 2"
|
||||
} )
|
||||
|
||||
Reference in New Issue
Block a user