开发者

Touch screen L&F

I would like to do a specializ开发者_开发问答ed L&F for touch screens that take care of mouse gestures and size of controls. I have never done a L&F before, so I'm looking for advices and if possible some tutorials to get me started. Is there a look and feel that I could extend to ease the work?


I don't have much choice about using something else than java. But java is used in touchscreen application. What look and feel developpers use, to ease the work of developping touchscreen application in swing ?


The problem is that AWT (and thus Swing) does not give us enough events - there are mouse-clicks, mouse-moves, and mouse-drags, but nothing like two- or more-finger movements which are used in modern touch applications.

I think there might be some vendor-specific APIs to do that, but I don't know anything about them.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜