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
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(