Event making change in another file component (Help)
Hi there:
My situation is this: I have a tab with a jPanel, and the jPanel has a button click which will have the same tab displaying a new jPanel instead the old one having that button, I have all these jPanels in individual files. I found it always errors for making this. Can anyone help and thanx in advance.
tab( jpanel1 ( button <click it then it becomes like below> ) )
tab( jpanel2 ( button )
the tab remains the same but the jpanel changes with the event triggered by the button in the jpanel. All the jpanels are in individual class files.
I hope this explains clearly.
Thanx in advance
Message was edited by:
reddragonsmaug

