I am developing a teleprompter.
To make it clear, I am making it for no money, only for passion, so probably will be an open source one.
I am familiar with java syntax and basically a visual C++ coder.
Teleprompter is a very easy application. It will take text file and show the file scrolling (only few lines at a time and resizable) with mouse control on forward and backward moving. It is already there:
http://www.movieclip.biz/prompt/PromptPClite.zip
But, it does not allow unicode text files (UT-8). I aim to build it for novice news presentation practicer of my language.
What java compiler I need? What IDE I should use? Please. provide me the starters. And, what api to use to let the file-show scrolling with mouse control.
Thanks.