On 02/17/2012 08:05 PM, Anthony Petrov wrote:
On 2/9/2012 10:18 AM, Charles Lee wrote:
P.S. Why there is a jtext(JTextArea) in the XTextAreaPeer? I am
missing some history here :-)
XToolkit doesn't use any native GUI component toolkit (such as e.g.
Motif which was used in MToolkit). Text components themselves are
quite complex in behavior. To avoid inventing the wheel we decided to
reuse Swing text components when implementing the XToolkit.
--
best regards,
Anthony
I see. Thanks Anthony.
--
Yours Charles