Skip to main content

Window Display Issues in the Desktop App (Broken / Overlapping UI)

Windows don't render correctly, overlap each other, or appear blank

Written by Petr Pech

In some cases, the ABRA Flexi desktop application may display incorrectly – windows appear "broken", overlap each other, fail to refresh when switching between them, or remain partially blank (this is typically seen in forms such as the VAT Return).

This issue is caused by a conflict between Java rendering and the graphics card drivers.

What can this look like?

Solution

1. Update

  • update your graphics card drivers


2. Adjusting the rendering settings (recommended solution)

  1. Open the file:
    C:\Program Files (x86)\WinStrom\parametry.txt

  2. Find the line with parameters (containing e.g. -Xmx)

  3. Add the following parameter:

-Dsun.java2d.d3d=false

👉 Ideally, insert the parameter before -Xmx, e.g.:

-splash:splashscreen.png -Dsun.java2d.d3d=false -Xmx1g ...

Then save the file and restart Flexi.

Did this answer your question?