1:
Is there any possibility to resize a UIWindow? I tried some obvious changes to make it possible in the Xith3D source, but they caused problems. Are there plans to support resizing?
Background: For using a UIWindow, I subclass it. If the size of the UIWindow depends on arguments in the constructor of my subclass I have no chance to resize it.
2:
I often noticed artefacts when displaying text in a JTextField (within UIWindow). In the worst case whole characters disappear. Does anyone else have this problem? (try Xith3DGuiTest and look at the last character of the text field) Why does this happen? Can this be avoided? Are there chances/plans to fix this?
