Re: widgets plan proposal
David Crawshaw <[email protected]>
| Newsgroups | gmane.comp.java.xwt.general |
|---|---|
| Message-ID | <[email protected]> |
On Wednesday, April 2, 2003, at 12:18 PM, Andrew Kohlsmith wrote: > Also, why would the themes themselves be in > org.xwt.theme.[theme_name]? Why > not use xwt.theme.[theme_name] ? Namespaces around here are pretty similar to Java namespaces. There are normal namespaces that are backward domain names (org.xwt.*), and is the 'special' xwt.* namespace. Just like there is a special java.* namespace. Only stuff from the XWT Foundation should go in xwt.*, and there should be as little as possible, but as much as necessary. The themes in org.xwt.theme.* are optional addons to the widget library, but their function and design is defined in xwt.theme. d _______________________________________________ http://lists.xwt.org/listinfo/dev