customizing the layout of nodes in a JTree

2003-05-27 Thread Erik Ostermueller
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 Ostermueller Verbal

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 lion's share).

free form area for dragging/dropping icons

2003-10-14 Thread Erik Ostermueller
, 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 you Yahoo!? The New

Re: free form area for dragging/dropping icons

2003-10-22 Thread Erik Ostermueller
selfQuote 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