public JarDetailEditor(String pomInfo) {
super(ImageResources.INSTANCE.modelLarge(),
"Jar details" );
ResizableTextArea pomInfoTextArea = new ResizableTextArea();
pomInfoTextArea.setText(pomInfo);
pomInfoTextArea.setEnabled(false);
pomInfoTextArea.setSize("700px", "500px");
addAttribute( "", pomInfoTextArea);
/* addAttribute( "Artifact info:", new HTML(""));
addAttribute( "Dependency info:", new HTML(""));*/