Using custom Swing class for "Surround With"

94 views Asked by At

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.

0

There are 0 answers