WARNING: This is a BETA version of the JBuilder support. It refers to the current working version, and may change significantly before the next release. |
Note: This section is intended as a reference for experienced JBuilder users. Since JBuilder is not officially supported, new users are encouraged to use NetBeans. |
NeXtMidas comes with two new Swing widgets that embed plots and other NeXtMidas displays within the GUIs created with JBuilder. These instructions register NeXtMidas Widgets with JBuilder:
nxm-sys.jar
JAR file (located in
the $NMROOT/jars
directory), and click "Ok."
When you create new panels for an existing NeXtMidas macro, make sure
the class being created extends javax.swing.JFrame
and
not simply javax.swing.JComponent
.
For tips, information, and an explanation on NeXtMidas using the panel, go to NetBeans.