Re: a better jni tutorial

1999-01-08 Thread Gregg G. Wonderly
>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

Re: Stupid PopupMenu question -- solved

1998-11-30 Thread Gregg G. Wonderly
>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

Re: JAVA/Linux problem

1998-11-29 Thread Gregg G. Wonderly
>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)

Re: JWindow.setLocation()

1998-11-29 Thread Gregg G. Wonderly
>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

Re: [ Michael Beattie ] Retract stupid question about linux-java - a permission issue

1998-11-19 Thread Gregg G. Wonderly
>> 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