Win2k sp2, jdk1.3.1, idea #516 (and all lower #s).

Put the cursor on the "abstract public T|est test();" line, when the 
line is very near the bottom of idea and idea is maximized.
Press control-q -> javadoc popup opens ok.
Click on the JMenu link: the second popup goes below the the bottom of 
the screen.

Carlos

package pt.keysoft.ztest;

import java.util.Vector;

import javax.swing.JMenu;


abstract public class Test1 {

        public static void main(String args[]) {
        }

        public class Test extends JMenu {

                
        }
































        abstract public Test test();
}



-- 
Carlos Costa e Silva <[EMAIL PROTECTED]>


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to