• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Mac OS X

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I recentley implemented a java application which used JNI to create 'always on top' functionality on a windows platform. I now need to implement this on a Mac running OS X. Can anybody point me in the right direction, which might help me out or even have some suitable examples.
Thanks
James
 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear James,
Have you tried the application on Mac OS X.? What kind of problem you have?
Plz send the problem to solve?
 
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
He said that he want to force his window to be 'always on top'. He used a native solution for windows - so it will NOT work for Mac, and he needs to know how the Mac OS accomplishes it (some dll or whatever), so he can write a JNI solution incorporating it.
I, of course, know NOTHING about Macs - so I am no help whatsoever .
 
Ranch Hand
Posts: 401
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I don't know any JNI either, but someone here should:
http://lists.apple.com/mailman/listinfo/java-dev
 
reply
    Bookmark Topic Watch Topic
  • New Topic