Re: [xwt-users]Simple xwar proving a headache.
Emiliano Heyns <[email protected]>
| Newsgroups | gmane.comp.java.xwt.users |
|---|---|
| Message-ID | <[email protected]> |
Eric Merritt wrote:
> Ok I have modified main.xwt to the following, but
> still get no change at all. Just text that says
> 'Hello' in the middle of the frame.
>
> <xwt>
> <static>
> xwt.theme("xwt.standard",
> "org.xwt.themes.monopoly");
> </static>
> <import name="xwt.standard.*"/>
>
> <template thisbox="frame" vpad="3" hpad="3"
> width="400" height="600">
> <edit width="200" height="200" editable="true"
> />
> <button text="Hello"/>
> </template>
> </xwt>
You did put this in a directory that has the widgets? The widgets are
not built into the engine, but distributed with the app.
Emiliano