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, s

textarea resizing

2000-04-06 Thread Roger Smith
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

TextArea without the scrollbar??

1999-05-25 Thread Simmy Lee
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

Russian characters in TextField && TextArea

1998-12-29 Thread Denis Kokarev
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

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

jdk1.1.x TextField, TextArea problem with '<'.

1998-08-17 Thread Gey-Hong Gweon
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 '>'.

TextArea bug ?

1998-06-18 Thread Steve Byrne
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

TextArea bug ?

1998-06-17 Thread Steffen Tacke
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