Windows-type graphical user interface
Hello,
To start, I have to say that I’m coming from Arduino and that I am TOTALLY AND ABSOLUTELY CLUELESS regarding the Processing language and philosophy in general and that I find it quite hard to get started in this completely new environment.
I have realized a small project on Arduino for which I would need to create one standard Windows screen (with standard buttons, fields, multiple selection fields (don’t know the exact term), …) in which I could display in fix defined fields about 20 numerical values sent via the serial Arduino interface. I would need to edit/modify these values (move from one field to the other, change values, …) and after that click a button to resend the modified values to the Arduino. Could anyone point me to some example code of how to realize such a graphical interface. I have no idea at all at the moment because I have absolutely no experience with programming such graphical interfaces. I would only need it for this particular purpose and I think that with some example code (how to generate standard windows buttons, selection list, how to move around, how to edit, …) I could probably succeed in getting this programmed.
So, if someone could point me to some example code ... THANKS A LOT in advance.