Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Windows 7 和 NetBeans 7.1.1。
NetBeans Navigator 窗口将列出 Java 类中的所有方法,包括其构造函数:
如果我右键单击一个方法并选择“转到源”,IDE 会将编辑器窗口的光标跳转到该方法的源。除了这不适用于类构造函数本身。当我右键单击构造函数名称时,仍然会出现“转到源代码”菜单选项,但选择该项目不会执行任何操作。
如何从 NetBeans 导航器窗口跳转到 Java 类的构造函数源?