views:

70

answers:

1

I am currently developing a java program where I need to show the difference between two text. Is there any library available for visually show the difference, that is the diff output in my java program or how can I do so. Any suggestion will be very helpful for me.

+1  A: 
aioobe
Thx for the solution. Can I able to use the netBeans Diff API in a standAlone Java Application?
Muhammad Asaduzzaman
Sure. It should be possible. You just need to get hold of the jar file containing the proper classes. Here is the api-documentation: http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-diff/index.html?overview-summary.html
aioobe