How can my probes use the Java GUI facilities that the predefined probes use?
There are two interfaces to the Java GUI objects used by the predefined probes. The one to start with is defined in $APROBE/include/quick_gui.h and implemented in quick_gui.ual( quick_gui.dll on Windows ) . This supports simple graphs, and interactive message, Yes/No, and confirmation dialogs. An example of using this is given in the example $APROBE/examples/learn/visualize_data/ . The full GUI interface used by the predefined probes like profile.ual is apGUI.h , but this is only for fearless experts.