Home

Follow Skinkers.

Recieve all the updates from Skinkers via email:

 

Posts Tagged ‘default styles’

0

Static initialisers two ways.

January 17th, 2010 | Flex | David Spanton

Static initialisers are good ways of running code for a class before any instances of it are created. Very useful for setting up things like loggers or defining default styles for custom components. Two different methods of achieving this are outlined below.

Read the rest of this entry »