当前位置: 技术问答>java相关
十万火急!!各位高手、大虾快快帮忙,实现后一定给分!!!
来源: 互联网 发布时间:2015-05-05
本文导语: 怎样用Java实现类似Winamp的 Always on top功能! | It was wrote by Mitch Goldstein who is the one that wrote Hardcode JFC. Address: http://www.esus.com/various/WInterface.zip 看看帮助就会用了。 | ...
怎样用Java实现类似Winamp的 Always on top功能!
|
It was wrote by Mitch Goldstein who is the one that wrote Hardcode JFC.
Address:
http://www.esus.com/various/WInterface.zip
看看帮助就会用了。
Address:
http://www.esus.com/various/WInterface.zip
看看帮助就会用了。
|
Oh, sorry, forget to paste the note:
How do have my JFrame always-on-top?
--------------------------------------------------------------------------------
+Please bear in mind that this freeware solution is licensed under the
+GNU General Public License. You must read, accept and enact *all*
+terms of this license in order to use it free of charge.
An excellent class has been written by Mitch Goldstein (Author of HARDCORE JFC) that uses JNI to perform this Windows-specific task.
How do have my JFrame always-on-top?
--------------------------------------------------------------------------------
+Please bear in mind that this freeware solution is licensed under the
+GNU General Public License. You must read, accept and enact *all*
+terms of this license in order to use it free of charge.
An excellent class has been written by Mitch Goldstein (Author of HARDCORE JFC) that uses JNI to perform this Windows-specific task.
|
try this:
http://www.esus.com/various/WInterface.zip
I didn't try it, so can't confirm if it is ok.
good luck
http://www.esus.com/various/WInterface.zip
I didn't try it, so can't confirm if it is ok.
good luck
|
估计用纯Java实现不太可能,应该调用VC或其他程序来实现