NetBeans Runtime Inspector Demo
Here is an example of what you can do with the inspector:
- Go to Runtime | NetBeans Runtime.
Maximize the window to make sure there is enough
room to see many nodes. Open a Property Sheet if there is not
yet one open.
- Lookup results -> org.openide.windows.WindowManager.
- org.netbeans.core.windows.WindowManagerImpl -> Properties.
- mainWindow -> Components.
- (only child) -> Components.
- null.layeredPane -> Components.
- (MenuBar) -> Components.
- First child: property text in Property Sheet should read
File
.
- Change property to
Phile
. IDE menu bar should change.
Remember to look at tool tips on the nodes, and have fun browsing the IDE!