The GUI customization created during this tutorial tutorial6.xxe_gui is used here as an example:
Rename tutorial6.xxe_gui to customize.xxe_gui.
Using this name is mandatory if you want XXE to dynamically discover your GUI customization during its start-up.
Copy directory and all its content (which now includes XXE_install_dir/doc/gui/tutorial/customize.xxe_gui) to directory .XXE_user_preferences_dir/addon/
XXE user preferences directory is:
on Linux.$HOME/.xxe11/
on the Mac.$HOME/Library/Application Support/XMLmind/XMLEditor11/
on Windows. Example: %APPDATA%\XMLmind\XMLEditor11\C:\Users\john\AppData\Roaming\XMLmind\XMLEditor11\.
If you cannot see the "AppData" directory using Microsoft Windows File Manager, turn on Tools>Folder Options>View>File and Folders>Show hidden files and folders.
Start XXE.
Clear or temporarily disable the Quick Start cache by unchecking the corresponding checkbox in → , Advanced|Cached Data section. More information about this cache in Section 6.11.1, “Cached data options” in XMLmind XML Editor - Online Help.
Restart XXE.
Here what happens when XXE is started (with an empty or no Quick Start cache):
The editor collects all files called customize.xxe_gui found in either of its two addon/ directories.
It merges their contents with its base GUI specification. The base GUI specification is by default xxe-gui:DesktopApp.xxe_gui, which is a resource contained in xxe.jar
It creates its GUI according to this combined specification.