This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
It is possible to specify the tooltip position ? I have some realy big tooltips and I want to positionate them outside my window. I have also a solution with JWindow, but I want "to remain" on toolltips(simplicity)
What about creating a status bar at the bottom to display your tool tips? Very easy to program. Just create mouse listener using enter / exit mouse methods to display the appropriate message.