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, s
hey all I am creating an applet with a textarea, so does anyone know how I
can resize the textarea when I resize the window so the textarea still
fills the window?
Thanks
Rog
___
Today, like every other day,
we wake up empty and
I want to set a textarea without both
scrollbars, vertical and horizontal.
>From the documentation, it said that
a constructor is :
TextArea(String, int, int, int)
Constructs a new text area with the specified text,
and with the rows, columns, and scroll bar visibil
What should I do to have russian characters in TextField && TextArea.
Other AWT controls works fine with Russian chars.
I read the Blackdown FAQ about Japanese characters in JDK on Linux.
There is partial solution only for libc 5, but I have Debian 2.0 &&
glibc-2.0.7
May be the
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
Hello, I am running jdk1.1.6v2 compiled for libc5 on Red Hat Linux
release 3.0.3 (Picasso). When I use the TextField or the TextArea, I
can't get '<'. When I press '<' key, what I get is '>'. If I use '>',
then I do get '>'.
Steffen Tacke writes:
> Hi !
>
> I'm not sure but i think there's a bug in the TextArea Class provided with
> the Linux JDK 1.1.6v1 (also in 1.1.5vX).
> If i put a simple TextArea in a Dialog Window an fill it with some Text
> with the append() (or the old ap
Hi !
I'm not sure but i think there's a bug in the TextArea Class provided with
the Linux JDK 1.1.6v1 (also in 1.1.5vX).
If i put a simple TextArea in a Dialog Window an fill it with some Text
with the append() (or the old appendText()) -Method I always get a
Segmentation Violation whe