1

I am responsible to develop POS using java swing framework and mysql server in wamp server and POS machine is touch system. 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 ?
  2. Can use mysql server in wamp on POS Ready Operating System?
  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 ?

I need immediate answer for above questions and factors to be consider from expert of POS Ready OS , Java Swing

Cœur
  • 37,241
  • 25
  • 195
  • 267
Lasan
  • 183
  • 1
  • 4
  • 20

1 Answers1

0

Why do you need WAMP? You do not need Apache or PHP if you're writing a Swing app (unless you're going to use REST services for storage...).

Can run java application (my pos) on POS Ready OS ?

Yes, if it supports Java. You didn't say what OS.

Can use mysql server in wamp on POS Ready OS?

Yes, if it's Windows (WAMP is Windows, Apache, Mysql, and 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

Community
  • 1
  • 1
mikeb
  • 10,578
  • 7
  • 62
  • 120