klyn.gui.windows.layouts.FormLayout.addRow
method
public addRow(label as String, field as Widget) as Void:
Description

Adds a label / field row and automatically links the label mnemonic to the field.

layout.addRow("&Login:", loginField)