mirror of https://github.com/zlatinb/muwire
indentation of text field
parent
bc1cae2d75
commit
73f1d64428
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue