GUI Problem
I'm having difficulty setting text in a JTextField. The App that I'm messing around with 4 classes... The first class is the main that's a JFrame that creates and contains the JInternalFrames from the other classes. The second class is a JInternalFrame that has a JTextField that is editable for inputing. The third class performs an operation on the input from the second class. The fourth class is a made up of a JInternalFrame that includes a JTextField that displays an output result.
For example, I enter the number '1' into the input JInternalFrame, which in turn calls addInput() from the second class '1+1=2'. I would like the result '2' to be updated within the other JInternalFrame.
Everything works... except for the result update within the final JInternalFrame.
Any Ideas?
For example, I enter the number '1' into the input JInternalFrame, which in turn calls addInput() from the second class '1+1=2'. I would like the result '2' to be updated within the other JInternalFrame.
Everything works... except for the result update within the final JInternalFrame.
Any Ideas?
