1,如何让palette支持拖拽(DnD) 在*PaletteFactory类中,把私有类NodeToolEntry 和LinkToolEntry的基类修改为PaletteToolEntry.并在构造函数中把调用 super(title, description, null, null); 修改为 super(null, title, null); this.setDescription(description); 最后别忘了把@generated改为@generated NOT 2,如何移除c…