I want create a JFrame in java with some Text in that. In my text, some of words need to be explained, so I want to do this: For example if my text is: "Obama is president in USA", I want if the cursor is on "Obama" a tool-tip open and explain about Obama, the meaning of words are stored in a file and I can search it for.
I want (if it is possible) the cursor change to hand and the the tool-tip appear, also if user click on that, full meaning of that word appear in JTextArea
or something like that.
In the end, I want if words in my text has meaning in my file, the color of word change to blue.