Performance Tips n' Tricks wiki page

Pedro Duque Vieira pedro.duquevieira at gmail.com
Mon Jun 3 15:54:53 PDT 2013


Hi,

Some of my ideas (might be wrong):
- use layouts whenever possible instead of binds for laying out nodes
- reduce use of effects. If the effect is static use images instead of
effect
- In javafx 1.3 it would cost more to use stroke instead of a fill. For
instance if you have a rectangle with a stroke with would be more efficient
to draw 2 rectangles with a fill, so the other one would be used to produce
the stroke. Don't know if this still applies.

My 2 cents. Kind regards,

-- 
Pedro Duque Vieira


More information about the openjfx-dev mailing list