Re: tab/tabpane (david)
Charles Goodwin <[email protected]>
| Newsgroups | gmane.comp.java.xwt.widgets |
|---|---|
| Message-ID | <308906BE5D07D5119285009027D61C5722F746@NTFPS1> |
> It should be reworked to support a drag/drop standard, but it still has > to have the interesting ability to be dragged into nothingness and > create a new window. Yes, I was thinking about this. Btw, can XWT move a 'window'? That way it would be trivial to create a following icon. 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).