>Do any of you know of a better jni tutorial other than the few pages that are
>avaible from javasoft? Or perhaps does anyone know of any jni toolkits to hel
p
>those writing native methods?
The book, Essential JNI, is full of good examples and code is available from
the web
site at prentice
>Some people suggested adding the popup to the component itself --
>haven't tried that,
>I already had the above code working by the time I received those
>replies, and according
>to the Java Tutorial, PopupMenus can be used in any Window (doesn't say
>anywhing about
>other Containers, let alone
>class David
>{
>public static void main( String[] args )
>{
>System.out.println( "Hello!" );
>}
>}
Making David public would be a good idea.
-
[EMAIL PROTECTED] (C2 Technologies Inc)
>But if I move the JFrame on the screen (with the mouse), and then
>display JWindow, it shows where it has to.
>I use jdk 1.1.7-v1a-glibc with native threads on a RedHat5.1.
>
>Does anyone know what is happening, and how can I solve that ?
The base AWT has many courtesy calls to "repaint". Swin
>> To be honest I must not really understand permission
>> the application appletviewer, which comes with a jdk is really a symlink to
a file
>> called
>> .java_wrapper
>> # ls -l .java_wrapper
.java_wrapper is a shell script. setuid or setgid on a shell script may or
may not work depending