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 .
# 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 >
