Properties sheet icon
"ortega" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
I don't no if is the right way to fix this but in my ModuleInstall class in the restored method, i put the code:
TopComponent window = WindowManager.getDefault().findTopComponent("properties");
if (window != null) {
window.setIcon(Utilities.FEATURE_PROPERTY_IMAGE);
}
works for me.
Thank again for all.