SWT « JTextArea « Java Swing Q&A





1. What is a SWT alternative to Swing JTextArea and Highligther    stackoverflow.com

I migrate a program from Swing to SWT. I have a simple window implemented using Swing: javax.swing.JTextArea and import javax.swing.text.Highlighter, which allow a user to highlight words of his interest. ...

2. SWT TextArea    coderanch.com