About update(Observable arg0, Object arg1)

Hi,

I have class that implements Observer.

This MyDialogTable class extends JDialog And display a ScrollPane contain JTable.

Every mouse click in the table row I create another MyDialogTable...

I have button to close this dialog:

setVisible(false);

dispose();

How can I update only the dialog that display now?

I mean, if I have dialog1--> dialog2 --> dialog3

I close dialog3(MyDialogTable number 3) > then I want to update only dialog2 (MyDialogTable number 2).Thanks :)

[581 byte] By [yael800a] at [2007-11-26 19:59:43]
# 1
Please don't duplicate posts (like this one)
ChuckBinga at 2007-7-9 22:56:42 > top of Java-index,Java Essentials,New To Java...