You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by rw...@apache.org on 2021/01/14 06:03:44 UTC

svn commit: r1885470 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/package.html

Author: rwhitcomb
Date: Thu Jan 14 06:03:44 2021
New Revision: 1885470

URL: http://svn.apache.org/viewvc?rev=1885470&view=rev
Log:
Add a little text to the wtk-terra package doc.

Modified:
    pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/package.html

Modified: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/package.html
URL: http://svn.apache.org/viewvc/pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/package.html?rev=1885470&r1=1885469&r2=1885470&view=diff
==============================================================================
--- pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/package.html (original)
+++ pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/package.html Thu Jan 14 06:03:44 2021
@@ -150,6 +150,8 @@ For Example, in VM arguments set:<br>
 <code>-Dorg.apache.pivot.wtk.skin.terra.location=TerraTheme_dark.json</code><br>
 or<br>
 <code>-Dorg.apache.pivot.wtk.skin.terra.location=/org/apache/pivot/tests/TerraTheme_test.json</code><br>
+or in the constructor of your class with:<br>
+<code>System.setProperty("org.apache.pivot.wtk.skin.terra.location", "/TerraTheme_dark_flat.json");</code><br>
 </p>
 <br>