Hi IDEA Guys,

 

I want request a new feature. I need more intelligent light bulb to suggest me to implement the interfaces (add the “implements X” statement and methods from interface) I need. Just imagine this scenario:

 

public class MyDialog extends JDialog

{

            public MyDialog()

{

            super( null );

 

            txf.addActionListener( this );   [Light Bulb here]

 

}

 

private JTextField txf = new JTextField();

}

 

 

On the above code I want the Light Bulb to suggest “Implement ActionListener interface”.

I think this can be so useful J Please let me know if my explanations is not clear enough.

 

IDEA really rocks! I love it…

 

Thank you,

Armond

Reply via email to