4344454647484950
/** * Returns a set of colours that the user may choose from. */ public static IPropertySelectionModel getColourModel() { return new StringPropertySelectionModel( new String[]{"Black", "Fiji Blue", "Green", "Red", "Yellow"}); }