which component would i use if i want to use ``` t...
# tornadofx
n
which component would i use if i want to use
Copy code
text {
    font = Font.font(java.awt.Font.MONOSPACED, font.size)
}
but also want to make it possible for the user to select and copy ? i tried to use a textarea instead but that one has a scrollpane built in and i have no idea how to disable that
h
In the past I've just styled a text field for this
n
i decided to use textfield and force hgrow and vgrow, and it does kinda what i want