|
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?
|
|
|
|
|