Archive for May, 2009

Gwt FastTree and a spinner icon

May 20, 2009

During a project that makes use of the Google Gwt Incubator project, I was using the FastTree widget pretty actively, and found that no matter how ‘fast’ the FastTree could render the results, there were just some times when the async rpc calls would take a short while to complete, and it would look like [...]

Posted in Ajax, CSS, FastTree, Gwt, Incubator, Java 1 Comment »

Make a rectangle grow backwards in JavaFX

May 4, 2009

I came across a small issue when I was developing some home projects that I’ve got going (namely JFXtras) and I wanted to make a rectangle “grow backwards”.
i.e. the rectangle needs to grow upwards, not downwards when increasing the “height” of a rectangle.
Actually, the solution is quite simple, all you need to do is to [...]

Posted in FX Script, Java, JavaFX, Timeline, animation No Comments »