Option 11. Backup the $AW_HOME/web/Client.jnlp file
cd $AW_HOME/web
cp Client.jnlp Client_jnlp.orig
2. Edit the Client.jnlp file
Change this line:
<property name="jnlp.appworx.LookAndFeel" value="java"/>
To:
<property name="swing.metalTheme" value="ocean"/>
Save the changes and exit the file.
3. Change directory to $AW_HOME/web/classes and backup the current Options.properties file
cd $AW_HOME/web/classes
cp Options.properties Options_properties.orig
4. Edit the Options.properties file
Add lines similar to these after the JdbcPortNumber entry. The following 3 colors are known to work: Ruby, Aqua and Emerald.
#
#
# Set theme to a different color: Ruby, Aqua or Emerald.
Theme=Aqua
#
#
Save the changes and exit the file.
5. Log out of your client and log back in and the new color will be displayed.
If you changed the Theme=Emerald, the login screen display would look similar to this:
<Please see attached file for image>
Option 21. Backup the $AW_HOME/web/Client.jnlp file
cd $AW_HOME/web
cp Client.jnlp Client_jnlp.orig
2. Edit the Client.jnlp file
Change this line:
<property name="jnlp.appworx.LookAndFeel" value="java"/>
To:
<property name="swing.metalTheme" value="steel"/>
Save the changes and exit the file.
3. Log out of your client and log back in and the new purple color will be displayed similar to this:
<Please see attached file for image>