What Extends JComponent?

Posted by Geertjan on Oracle Blogs See other posts from Oracle Blogs or by Geertjan
Published on Thu, 29 Mar 2012 18:08:07 -0500 Indexed on 2012/03/30 5:37 UTC
Read the original article Hit count: 304

Filed under:

Let NetBeans IDE tell you what extends JComponent:

Thanks to Damian from Gdansk in Poland who left a comment in this blog yesterday that explains how to achieve the above: "Let's say you would like to find all implementations of TreeModel interface. I found today an answer: r-click on class/interface -> chose Navigate->Inspect Hierarchy->select second filter at the bottom of opened window or press Alt+Shift+F12 and then Alt+B."

In the list above, double-click an item to open it in the NetBeans Java editor.

Handy tip, dziekuje bardzo, Damian.

© Oracle Blogs or respective owner

Related posts about /NetBeans IDE