Hello Alain, it seems that the problem is fixed in #615. As workaround I can suggest you do the following: 1. close IDEA 2. Find find IDEA_HOME\config\options\other.xml 3. Delete the XML node <component class="com.intellij.ide.util.DimensionService"> .... </component> This node contains wrong height for "Override" window.
Problem should disappear after restarting of IDEA Best regards, Vladimir Kondratyev _______________________________________ JetBrains, Inc / IntelliJ Software http://www.intellij.com "Develop with pleasure!" Saturday, March 30, 2002, 11:02:23 PM, you wrote: AR> When calling "Override Method"/[Ctrl-O] in the class below, AR> - the dialog that shows is too high for my screen (1024*768) AR> - the dialog cannot be resized =>> AR> Trying to override getPreferredSize(), AR> the cursor disappears, below the visible bottom of the dialog, as soon AR> as I type the p in "getP". AR> public class Try_001 extends java.awt.Component AR> { AR> | AR> } AR> Alain Ravet AR> _______________________________________________ AR> Eap-list mailing list AR> [EMAIL PROTECTED] AR> http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
