Re: textarea resizing

2000-04-06 Thread Syam_Kumar_Abburi
place text area in a panel with layout as border and do not hard code any bounds. Roger Smith <[EMAIL PROTECTED]> 04/06/2000 11:30 AM To: [EMAIL PROTECTED] cc:(bcc: Syam Kumar Abburi/SSC/THD) Subject: textarea resizing hey all I am creating an applet with a textarea, so does any

Re: TextArea

1998-10-06 Thread Jie Yu
Hi, there, Thank you for all of you responding to my last email about TextArea. This is my small testing program. import java.awt.*; import java.awt.event.*; public class TextDemo implements ActionListener { TextField textField; TextArea textArea; Frame f; public TextDemo(