On Sat, 27 Mar 1999 15:53:51 +0000 (   ), Ferenczi Gyorgy Laszlo wrote:

>
>Hy,
>
>I would like to do the following:
>
>List a couple of things from a postgres database, don't know how many
>lines. 
>Problem is:
>Wanna List them on a canvas of an applet, in a text-like window, that has
>sliders (can scroll in it). 
>
>I have only got java 1.1.6 , without swing. 

This should not be hard.  You can either implement this as a light
component yourself or you can use the java.awt.TextArea class.

It can be in read-only mode, has both horizontal and vertical scrollers
and it is handled by peers.  This even works in JDK 1.0.2 and in applets.

Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] --------- http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz



----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to