Re: tab/tabpane (david)
David Crawshaw <[email protected]>
| Newsgroups | gmane.comp.java.xwt.widgets |
|---|---|
| Message-ID | <[email protected]> |
On Thursday, April 24, 2003, at 09:12 PM, Charles Goodwin wrote: > Creating a new window wouldn't be overly hard provided a few little > things are supported. Basically, if the 'drop' doesn't land on a > window and the dragndrop item wishes it, it could just create a new > window containing the dragndrop contents as specified by __newwindow. > XWT would need to be able to specify the coordinates of the new window > (or at least it would be nice). The current tabpane already does this. The code could just be adapted straight from it. I'm just saying there needs to be a provision for a drop item to request such an action. d