I read some post on changing the theme and i tried this
<inherits name="com.smartgwt.SmartGwtNoScript" />
<inherits name="com.smartclient.SmartClientDefault"/>
<inherits name="com.smartclient.theme.treefrog.TreeFrog"/>
But i get:
[ERROR] Unable to find 'com/smartclient/theme/treefrog/TreeFrog.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
Now i read about the smartgwt-skins.jar but it seems i do not have this. Do i miss something?
<inherits name="com.smartgwt.SmartGwtNoScript" />
<inherits name="com.smartclient.SmartClientDefault"/>
<inherits name="com.smartclient.theme.treefrog.TreeFrog"/>
But i get:
[ERROR] Unable to find 'com/smartclient/theme/treefrog/TreeFrog.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
Now i read about the smartgwt-skins.jar but it seems i do not have this. Do i miss something?
Comment