183184185186187188189190191192193
if (dm != null) { try { getJSplitPane().setRightComponent(factory.createViewer(dm, isEditor()).getJComponent()); } catch (Exception e) { e.printStackTrace(); } } } } }