Is this still working? I can see TerraTheme_dark from
org.apache.pivot.tutorials
args = new
String[]{"--terraColors=org/apache/pivot/tutorials/TerraTheme_dark.json"};
DesktopApplicationContext.main(KitchenSink.class, args);
I'd like to set the default font size bigger, how do I do that?
thanks
On Tue, Sep 8, 2009 at 8:54 PM, Sandro Martini <[email protected]>wrote:
> Hi to all,
> I've just submitted this feature in Subversion, scheduled for the 1.3
> release.
>
> You can try it in the Kitchen Sink (at the moment from the trunk), but
> you have to pass a command-line argument like the following:
>
> --terraColors=org/apache/pivot/tutorials/TerraTheme_dark.json
> or
> --terraColors=org/apache/pivot/wtk/skin/terra/TerraTheme_test.json
>
> The TerraTheme_dark.json contains comments on the usage of Palette
> Colors from the TerraTheme, so you can make your experiments in a
> simpler way.
>
>
> Tell me what do you think.
>
> Bye,
> Sandro
>