Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Copy JTextPanes content to others

I am doing a chat program with two JTextPane . But I can't copy JTextPane's content to others . I wish you help me .
[126 byte] By [duongkhangth2] at [2007-11-11 10:29:14]
# 1 Re: Copy JTextPanes content to others
take a look at the api for jtextpane's. specifically look at the methods getText() and setText(String text)
anubis at 2007-11-11 22:31:34 >