#include <JQOptionPaneBridge.h>
Static Public Member Functions | |
static jint | showMessage (JNIEnv *env, jclass cls, jint messageType, jlong parentBridge, jstring text, jstring title, jint options, jint defaultOption) |
Displays message dialog. |
jint JQOptionPaneBridge::showMessage | ( | JNIEnv * | env, | |
jclass | cls, | |||
jint | messageType, | |||
jlong | parentBridge, | |||
jstring | text, | |||
jstring | title, | |||
jint | options, | |||
jint | defaultOption | |||
) | [static] |
Displays message dialog.
env | the JNIEnv pointer | |
cls | the JQOptionPane class | |
messageType | the message type | |
parentBridge | the parent componet | |
text | the message text | |
title | the dialog title | |
options | the options | |
defaultOption | the default option |