FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Programming Questions & Help
   Programs
(Moderators: fry, REAS)
   Java Frames, submit button and output
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: Java Frames, submit button and output  (Read 416 times)
domino


Java Frames, submit button and output
« on: Dec 6th, 2004, 9:22am »

I'm building a GUI frame that has a few text fields for the user to enter and a submit button.  
 
I've got the frame to appear but I'm not sure about the addActionListener method associated with buttons.  I'm not sure how to incorporate the actionListener or  windowEvent classes into the Processing environment.  
 
The text entered into the textfields will be entered into an arrayList and displayed on another frame with a non-editable textArea.  
 
Any hints?
 
Pages: 1 

« Previous topic | Next topic »