Re: Can Java do this?
From: _at_ ya h o o.c o m (_at_)
Date: 10/01/03
- Next message: Phil...: "Re: How to set decimal Precision: NEWBIE"
- Previous message: NeoPhreak: "How to set decimal Precision: NEWBIE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 01 Oct 2003 01:42:21 GMT
Hal Vaughan wrote:
> Gram wrote:
>
>
>>Hello,
>>
>>I am relatively new to Java, and was wondering if Java is capable of
>>having programmes which can sit in the taskbar in Windows, Such as MSN
>>Messenger, or Norton AntiVirus, which only pop up on certain occurances?
>>
>>Is Java able to do this, Can anyone point me in the right direction?
>>
>>Thanks in advacne for any help
>>
>>Gram.
>
>
> Since Java is cross platform, OS specific functions, like the Windows
> taskbar, are often not supported directly. I do remember finding a class
> somewhere that supported this. It might have been on jars.com or it might
> have been when I did a google search (something like +java +windows
> +"system tray"). I'm sorry, but I don't remember exactly where I found it,
> but this should give you a starting place to look.
>
> Hal
In the MS evil version of Java this was easy, but pure java no - you can
easily do a JNI thing and then steal some C++ code. Check out the
various COM<-->Java bridge products such as JIntegra
- Next message: Phil...: "Re: How to set decimal Precision: NEWBIE"
- Previous message: NeoPhreak: "How to set decimal Precision: NEWBIE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|