Hello, I have a JWindow application, when compiled with
Java Tiger I could use the setAlwaysOnTop method so that whatever I am viewing, the window comes up. But this can't be used in jdk 1.4. Are there any JNI packages I can use for this? Or really any other ways to make this possible.
Thanks.