33343536373839404142
this.toolsMenu = new JMenu(ResourceBoundles.getResourceBundle().getString("@@tool.toolsMenu")); this.popupMenuEnabled = true; this.dockLength = 200; this.toolWindowActionHandler = null; this.animating = true; this.toolWindowUI = new MyDoggyToolWindowUI(); this.previewEnabled = true; this.previewDelay = 1000; this.previewTransparentRatio = 0.65f; }
171172173174175176177178
} public ToolWindowTypeDescriptor cloneMe() { return new DefaultDockedTypeDescriptor(this, dockLength, popupMenuEnabled, toolWindowActionHandler, animating, new MyDoggyToolWindowUI(), previewEnabled, previewDelay, previewTransparentRatio); }