[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: need a swing ref



Thank you.

The best I can tell is I have a JScrollPane that takes a Canvas for its
constructor.  In some notes somewhere on the net it looked like canvas was
'heavy' and the JScrollPane was 'lightweight'.  And the heavy object
outweighs the light one.  Make sense?  The scrollbar is there it's just not
viewable, my guess.

Thank you for the replies and links.  I'm also going to get the Oreilly
Swing book.  Any complaints on it please reply.

David

----- Original Message -----
From: <ktm@speakeasy.net>
To: "David Wible" <davdouglas69@hotmail.com>; <ajug-members@ajug.org>
Sent: Wednesday, August 06, 2003 6:32 PM
Subject: Re: need a swing ref


>
> 2 great swing resources are the java tutorial:
> http://java.sun.com/docs/books/tutorial/uiswing/components/scrollpane.html
>
> and the java developer's almanac:
> http://javaalmanac.com
>
> You typically don't plop scrollbars down on your app.
> Instead, you make some existing widget "scrollable" by sticking it into
> a JScrollPane.
>
> TTFN.
> Kit
>
> > -----Original Message-----
> > From: David Wible [mailto:davdouglas69@hotmail.com]
> > Sent: Wednesday, August 6, 2003 09:23 PM
> > To: ajug-members@ajug.org
> > Subject: need a swing ref
> >
> > I'm a Swing virgin and I'd like to modify a Swing app!
> >
> > I want to add some scroll bars to the app.  Would someone please tell me
how
> > and where to add these?  A code snippet if you have it and an indication
> > where to add it.
> >
> > Thanks,
> >
> > David
> >
> > _________________________________________________________________
> > MSN 8 with e-mail virus protection service: 2 months FREE*
> > http://join.msn.com/?page=features/virus
> >
> >
>
>
>