CONTENTS

Customizing the GUI

GUI scenes

The editor supports several GUI scenes and each one supports its individual customization parameters.
See the scenes descriptions for details:

Default scene
Tech scene
Cad scene
Canvas scene (fully custom)

 

Replacing the buttons icons

Upack the file res.zip located in the applet's directory. and replace the images in the directory icons with your own.

Translating text labels (your language file)

To display text labels in a different language:

  1. Create a copy of the file english.txt which can be found in the directory applet/languages.
  2. Translate the labels and messages in your file and save it as (for example) spanish.txt.
  3. Append your language file to the file res.zip located in the applet's directory.
  4. Specify your language file with the applet parameter "language": <param name="language" value="spanish.txt">.

Note: The character set of a language file should be Latin-1. If your language can't be represented in Latin-1 use \uXXXX notation for each foreign characters, where XXXX is the charachter's Unicode number.

J-Painter GUI is scalable
J-Painter GUI can be adjusted automatically when the user changes the window size. See an example.