I have a custom JTextArea
and want to surround it with a custom JScrollPane
.
Unfortunately, the form designer only suggests using the regular JScrollPane
for surrounding and doesn't seem to give me the option to define a custom object like the palette would.
Specifically, I'm trying to use this project's RSyntaxTextArea
surrounded with a RTextScrollPane
.