customizing the layout of nodes in a JTree

2003-05-27 Thread Erik Ostermueller
email.) I can see how the TreeModel will come in handy. Also, I know how I can specify my own CellRenderer to customize individual nodes. I could use some help, though, on customizing the layout. I'd like to use as much of the JTree as I can. Thanks in advance for any help, --Erik

RE: customizing the layout of nodes in a JTree

2003-05-30 Thread Erik Ostermueller
tensions :( Are you saying that I'll need special code for each PLAF that I'll support? Thanks, again, for the insightful comments. --Erik Ostermueller __ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to

managing slow-loading data in a JTree

2003-07-30 Thread Erik Ostermueller
Thanks in advance for any opinions, Erik Ostermueller __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com ___ Advanced-swing mailing list [EMAIL PROTECTED] http:

RE: managing slow-loading data in a JTree

2003-07-31 Thread Erik Ostermueller
Thanks, rmp and Pat. Your suggestions are going to be a great help. --Erik O. --- "Prescott, Ralph" <[EMAIL PROTECTED]> wrote: > >To improve the user experience, I'd like > >to immediately load enough data for the > >user to visually chew on for a while, > >then lazy load the rest of it (the lio

free form area for dragging/dropping icons

2003-10-14 Thread Erik Ostermueller
ng a JList, but every time you move an icon, it snaps into a neat, orderly top or left aligned arrangement of icons. I'm sure JGraph could hanlde this, but I need something lightweight and more simple. Thanks in advance for any help, Erik Ostermueller __ Do

Re: free form area for dragging/dropping icons

2003-10-22 Thread Erik Ostermueller
> I'd like to create a rectangle on the screen > that contains a number of icons. I want the > user to able able to drag them around and > arrange them willy-nilly. Also, I'll need to > be able to drag/drop from one component > to another. > > Any suggestions? > > I've thought of using a JList