Re: swing JDeskTop

1998-07-20 Thread Jason Dillon
That does not really "dock" the internal frame... it just makes it imobile. I don't belive that the standard l&f's support docking internal frames. If you or anyone else comes up with a way to do it please let me know. --jason On 20-Jul-98 Brad Giaccio wrote: > I beleive you can have a listner

Re: swing JDeskTop

1998-07-20 Thread Brad Giaccio
I beleive you can have a listner for all the internal frames. and you can just listen for the move and veto it. Brad On Mon, 20 Jul 1998, B. Craig Taverner wrote: > Hi all, > > I know this is not a pure linux/java question, but does anyone know how to > create 'dockable' internal frames with

swing JDeskTop

1998-07-20 Thread B. Craig Taverner
Hi all, I know this is not a pure linux/java question, but does anyone know how to create 'dockable' internal frames with swing. ie. frames that can be attached to the sides of teh JDesktop. I've considered extending DesktopManager, but it loks like I might get into some heavy L&F trouble then.