i'm currently using GXT 3.1.1 and i'm trying to change the graphic theme to use the Neptune theme display. To do so, i added the following lines in my pom.xml
<dependency>
<groupId>com.sencha.gxt</groupId>
<artifactId>gxt</artifactId>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>com.sencha.gxt</groupId>
<artifactId>gxt-theme-neptune</artifactId>
<version>3.1.1</version>
</dependency>
I also added the following code in my .gwt.xml file
<inherits name='com.sencha.gxt.theme.neptune.Theme' />
The jars are added to my lib folder but when i deploy my war, the only display change I notice is the font change (which is now bold and bigger) in my Standard theme (btw, yes i did comment the row about the standard theme in my .gwt.xml file)
Has anyone experienced the same phenomenon? Thx
Edit
I'm using java 1.6. Does this version enable the use of the Neptune theme?
尝试添加您的.gwt.xml
<inherits name="com.sencha.gxt.themebuilder.base.ThemeBase" />
The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.