2 messages in net.java.dev.jna.usersRe: Balloon Tip Code
FromSent OnAttachments
Timothy WallMay 31, 2007 4:05 pm 
mdte...@aim.comJun 1, 2007 10:56 am.java
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Balloon Tip CodeActions...
From:Timothy Wall (twal@dev.java.net)
Date:May 31, 2007 4:05:09 pm
List:net.java.dev.jna.users

On May 31, 2007, at 4:47 PM, mdte@aim.com wrote:

Hello,

I had been looking for a balloon tip object that I could use for input validation on text fields when I came across the BalloonManager in the examples package. I made a modification to the code, along with some input from the swing ToolTipManager, to make it act more like standard Windows balloon tips. Please let me know if you are interested in the code. I am not sure where to post it, or if it is actually worth posting, but I figured I would offer.

Sure, just post it to the users mailing list (check the CC field above).

I was also wondering if you would be able to include the example classes in the main jna.jar file, as they are currently not. I am looking for a more streamlined approach to using the jna code.

I might move some of the more mature examples into their own "projects", and out of the examples package, but application code doesn't belong in the same jar file with the rest of the JNA library. You can always re-jar the two into a single jar file yourself.