GUI, JFrame, JPanel, ActionListener, simple multi-class applications
843785Sep 16 2008 — edited Sep 16 2008My assignment calls for:
"Create a Frame class"
"Create a Panel class which implements ActionListener. Add JLabels, JTextFields, JButtons to the panel"
most of this is pretty straight forward right out of GUI examples from my textbook
but I don't have much experience with running multi-class programs, and this one is a bit more complicated b.c we have to use implement and possibly extend modifiers, which are new to me
any thoughts?
Edited by: infinitelyLooping on Sep 16, 2008 11:52 AM