indentation of text field

This commit is contained in:
Zlatin Balevsky
2019-11-13 12:24:21 +00:00
parent bc1cae2d75
commit 73f1d64428

View File

@@ -80,6 +80,7 @@ class ChatRoomView {
}
panel(constraints : BorderLayout.SOUTH) {
borderLayout()
label(text : "Say something here: ", constraints : BorderLayout.WEST)
sayField = textField(actionPerformed : {controller.say()}, constraints : BorderLayout.CENTER)
button(text : "Say", constraints : BorderLayout.EAST, sayAction)
}