FrameViewSimple demonstrates a frame extension that displays a dockable window with a simple one-line message.
For more information on creating frame extensions, see Adding Dockable Frames.
To view the sample code in WebLogic Workshop:
To run this sample, open one of its files in WebLogic Workshop and click the Start button. The sample will build, copying the resulting extension JAR file to the WORKSHOP_HOME/extensions folder, then launch a new instance of WebLogic Workshop. If you've set breakpoints in the first IDE instance, these should be hit as you exercise the sample code in the new instance.
With the second IDE instance running, you should have access to the frame pictured at the top of this topic. If it isn't visible at first, you can display it by clicking View -> Windows -> hi.yo.peace.
Note: You may not see the "multiple frames" aspect of this sample unless you start WebLogic Workshop with your user preferences reverted to default settings. To do this, quit the IDE, rename or delete the file at USER_HOME/.workshop.zpref, then start the IDE again.
For information on debugging extension samples, see Debugging Extensions.