Description


Include file: xjvcmsgh.h

Functions

HideConsole

Return-Value

An error code is return; possible values are: JAVA_OK no error JAVA_INVALID_APPLET inavlid applet code given JAVA_INVALID_CONTEXT inavlid applet context given JAVA_INVALID_PARAMETER invalid parameter JAVA_ALREADY_INITIALIZED Java runtime system already initialized JAVA_OUT_OF_MEMORY out of memory JAVA_EXCEPTION_OCCURRED Java exception occurred JAVA_NOT_INITIALIZED Java runtime system not initialized JAVA_INTERNAL_ERROR internal Java error

Remarks

Makes the Java console invisible.

ShowConsole

Return-Value

An error code is return; possible values are: JAVA_OK no error JAVA_INVALID_APPLET inavlid applet code given JAVA_INVALID_CONTEXT inavlid applet context given JAVA_INVALID_PARAMETER invalid parameter JAVA_ALREADY_INITIALIZED Java runtime system already initialized JAVA_OUT_OF_MEMORY out of memory JAVA_EXCEPTION_OCCURRED Java exception occurred JAVA_NOT_INITIALIZED Java runtime system not initialized JAVA_INTERNAL_ERROR internal Java error

Remarks

Makes the Java console visible.

ShowMessage

Parameters

XString& msg The console message

Remarks

Whenever the Java runtime system passes a string to the console, this function is beeing called. If you want to process console messages, you have to override this function.


This document was generated by Jens von Pilgrim's Autodoc