Are there any Java test frameworks which allows to check (assert) some visual properties of tested applications?
For example, that some button displayed, or that text fit into frame and so on?
There is Jemmy Java test library which allows to capture images of controls, compare it with golden screenshot (strictly and unstrictrly), verify java entities borders, etc.