Originally posted by Michael Labuschagne:
JFrame frame = new JFrame("IntoBondTest");
frame.setLayout(new FlowLayout());
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
JInternalFrame internalFrame = new IntoBondSelectionGUI("BONDBOOOK004");
frame.add(internalFrame);
Greetings<br />Nacho Espinosa<br />SCJP 1.4
Originally posted by Michael Labuschagne:
I tried using the updateUI scenario and its just not working...
the way java handles objects can be confusing, you expect two objects to be the same object (which they were for some time) and suddenly in another method within the class the vm has decided to copy that object and the two attributes no longer point to the same object.
Don't get me started about those stupid light bulbs. |