简体   繁体   English

触摸屏的Java Midlet

[英]java midlet for touch screen

Can somebody please guide me on how can i test my application JAD on touch screen emulator in Linux environment.Is there any touch enabled emulator to test applications? 有人可以指导我如何在Linux环境下的触摸屏模拟器上测试我的应用程序JAD。是否有任何启用触摸功能的模拟器来测试应用程序? The JAD is currently not showing softkey labels on touch screen phones.I have already tested it including attribute MIDlet-Touch-Support: True,but its stil not showing commands on touch screen devices. JAD当前未在触摸屏手机上显示软键标签。我已经对其进行了测试,包括属性MIDlet-Touch-Support:True,但其在屏幕上未显示命令。 I have searched a lot and still clueless.Please guide me. 我搜索了很多东西,但仍然一无所知。请指导我。

You can change the emulator property Edit your XXXPhone.property in wtklib\\devices\\XXXPhone directory 您可以更改模拟器属性,在wtklib \\ devices \\ XXXPhone目录中编辑XXXPhone.property。

By default the touch_screen is set to false, set it to true, 默认情况下,touch_screen设置为false,将其设置为true,

now you should be able to use touch enabled application in your emulator. 现在您应该可以在模拟器中使用启用触摸的应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM