views:

32

answers:

0

I'm creating some uml diagrams to clear my mind about a desktop app I'm about to create.

I've never done desktop app development, I'm a bit confused on how to proceed. I need to capture the Stamp keypress and then after that access the clipboard (both write and read).

I would like to provide the user with a package that he can install with a few clicks, with satisfied dependencies in it, also, I think I will have to develop this for at least three operating systems (win, linux, osx); btw i'm a java developer so java comes to my mind with these requirements, but i wonder if there is something more adequate.

I do not find the need to use a new language to be a limit, so any language that could suit my needs is welcome (apart from assembly :P).

So, is there a framework/language that could be used with these requirements in mind?