RE: Appending to a JOptionPane

2002-02-08 Thread Eric George
You can include a JTextArea *within* the JOptionPane. Then you could have the JTextAreaAppender writing to a JTextArea that is displayed on the option pane. It takes a little fiddling to make it look right (scroll bars, etc), but it is possible. The trick is that whenever a JOptionPane

RE: Appending to a JOptionPane

2002-02-07 Thread Mark Evans (Anaheim)
I believe you can only append to appenders (classes that either extend AppenderSkeleton or implement Appender). I don't believe JOptionPane does either. So, to answer your question directly, no. Mark -Original Message- From: Gunter, Geary [mailto:[EMAIL PROTECTED]] Sent: Thursday,