Class RenderedDocument cannot be compiled in Java

Hello,
I just downloaded the examples for Aspose.Word for Java and tried to compile them. But I get several compiler errors.
For example, the class RenderedDocument cannot be compiled. For example, the compiler doesn’t find the class LayoutEntity. What am I doing wrong?
Thanks for every help,
Max

@maxwenzel
We have updated the missing files at Github. Please get latest from the repository. Moreover, please feel free to write back to us if you having any further issues.

Thank you for the quick help!

Ok, there is still a problem in the class PrintPreviewDialog. The generated method setupUI also contains unknown classes.

@maxwenzel
Thank you for writing back to us.
We have looked into it and this requires intellij.uiDesigner plugin and it shall be working fine with IntelliJ IDEA IDE. However, we are working on creating the code example without this dependency. We will update you here once we have this specific example ready.