Can anyone help me in the following:
I have two Jframes, MainScreen and PropertyWindow. MainScreen
contains some labels and textboxes. PropertyWindow contains a JTable
which contains all the properties of TextBoxes and Labels etc
(Something like VB Form). What I want to do is:
If I change the width and height of a Label from PropertyWindow,
Label should change. Right now it does everything but doesnt call the
repaint method. How can I call the repaint of MainScreen when the
Properties change in JTable.