If the main window or another window is out of the visible area you should close the application. Open the
file options.xml
and change the values of the variables topLeftX
and topLeftY
to positive numbers. The file options.xml
is in
the portable version in the subdirectory config
and in the installed version in the
user directory of the current user in the subdirectory jast
.
Figure 37. Extract from the options file
<WindowList> <Window> <height>886</height> <type>MAIN</type> <width>1616</width> <topLeftX>-8</topLeftX> <topLeftY>-8</topLeftY> </Window> </WindowList>
The Figure 37, “Extract from the options file� shows the settings of the main window.