简体   繁体   English

Java Swing应用程序可以在带触摸屏的POS Ready操作系统中执行吗?

[英]A Java Swing application Can be executed in POS Ready Operating System with touch screen machine?

I am responsible to develop POS using java swing framework and mysql server in wamp server and POS machine is touch system. 我负责使用java swing框架和wamp服务器中的mysql服务器开发POS,POS机是触摸系统。 All the event should be trigger on touch event. 触摸事件应触发所有事件。 I need to know following stuff are possible in this scenario. 在这种情况下,我需要了解以下内容。

  1. Can run java application (my pos) on POS Ready Operating System ? 可以在POS Ready操作系统上运行java应用程序(我的pos)吗?
  2. Can use mysql server in wamp on POS Ready Operating System? 可以在POS Ready操作系统的wamp中使用mysql服务器吗?
  3. Is it possible to use button, drop down to select menu items, text field in touch event to trigger functions related to above components. 是否可以使用按钮,下拉选择菜单项,触摸事件中的文本字段来触发与上述组件相关的功能。 4.And what are the event I should used for example ,mouse clicked, action performed ? 4.我应该使用什么事件,例如鼠标点击,动作执行?

I need immediate answer for above questions and factors to be consider from expert of POS Ready OS , Java Swing 我需要立即回答POS Ready OS,Java Swing专家要考虑的上述问题和因素

Why do you need WAMP? 你为什么需要WA​​MP? You do not need Apache or PHP if you're writing a Swing app (unless you're going to use REST services for storage...). 如果您正在编写Swing应用程序,则不需要Apache或PHP(除非您将使用REST服务进行存储...)。

Can run java application (my pos) on POS Ready OS ? 可以在POS Ready OS上运行java应用程序(我的pos)吗?

Yes, if it supports Java. 是的,如果它支持Java。 You didn't say what OS. 你没说什么操作系统。

Can use mysql server in wamp on POS Ready OS? 可以在POS Ready OS上使用mysql服务器吗?

Yes, if it's Windows (WAMP is Windows , Apache, Mysql, and PHP) 是的,如果它是Windows(WAMP是Windows ,Apache,Mysql和PHP)

Is it possible to use button, drop down to select menu items, text field in touch event to trigger functions related to above components. 是否可以使用按钮,下拉选择菜单项,触摸事件中的文本字段来触发与上述组件相关的功能。

Yes

Also, see here: 另外,请看这里:

Programming a touch screen application with SWING 使用SWING编程触摸屏应用程序

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

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