Join Slack
Powered by
Maybe a Row would be intuitive val grid : Grid(12...
# tornadofx
c
carlw
10/31/2016, 11:29 AM
Maybe a Row would be intuitive val grid : Grid(12) val row : grid.addRow() row.add( Label(”HelloWorld”), SM ) row.add( Button(”Press Me”), SM ) row.add( TextField(), LG )
Open in Slack
Previous
Next