// view
childPrefs = mainPrefs.node( NODE_VIEW );
try {
if( !childPrefs.nodeExists( NODE_SONAGRAM )) {
childPrefs2 = childPrefs.node( NODE_SONAGRAM );
new ConstQ().writePrefs( childPrefs2 );
}
}
catch( BackingStoreException e1 ) {
warnings.add( e1.toString() );
}