Hi, i'm starting to make an personal App to manage audio and video controls with
an embedded PApplet in this App;
I have doubts (once i'm only hobbist, not programmer) in which library
use to implement a GUI, pure AWT or SWING? (i have no experience with these two libs)
In PApplet javadoc, we can see that "Swing is a bloated piece of crap",
and I have doubts which the best choice to implement my GUI
Awt can be a better choice than Swing? or it's only a point of view?
Thanks
/////////////////////////
SWT option
////////////////////////
I found this: i think this be useful
http://christian.liljedahl.dk/guides/processing-and-swt-in-eclipse
an embedded PApplet in this App;
I have doubts (once i'm only hobbist, not programmer) in which library
use to implement a GUI, pure AWT or SWING? (i have no experience with these two libs)
In PApplet javadoc, we can see that "Swing is a bloated piece of crap",
and I have doubts which the best choice to implement my GUI
Awt can be a better choice than Swing? or it's only a point of view?
Thanks
/////////////////////////
SWT option
////////////////////////
I found this: i think this be useful
http://christian.liljedahl.dk/guides/processing-and-swt-in-eclipse
1