PropertySheetView prop = null;
private LilyPropertiesTopComponent() {
initComponents();
setName(NbBundle.getMessage(LilyPropertiesTopComponent.class, "CTL_LilyPropertiesTopComponent"));
setToolTipText(NbBundle.getMessage(LilyPropertiesTopComponent.class, "HINT_LilyPropertiesTopComponent"));
prop = new PropertySheetView();
add(prop, java.awt.BorderLayout.CENTER);
associateLookup(ExplorerUtils.createLookup(mgr, getActionMap()));
putClientProperty("netbeans.winsys.tc.keep_preferred_size_when_slided_in", Boolean.TRUE);
}