Ciao Roger, > Wouldn't it be easier in the code to just check for the return from > "properties.get" being null rather than catching a NullPointerException? > Something like this: > String color = (String)properties.get("defaultBackgroundColor"); > If (color != null) { > defaultBackgroundColor = Color.decode(color); > } else { > If (!isThemeDark().... > yes, you have reason ... too much hurry (too little time) ... I'll simplify it asap. Thanks for the review :-)
Bye