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

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