Posted By:
a_b_jackal
Posted On:
Wednesday, February 16, 2005 02:05 AM
i have using static variables in one class that extends jdialog because of using variables in other classes,if i removed the static then i have to create a instance of that class,but on creating the instance the total dialog is displaying again,but i didn't need to display dilog again.
how to access this variables on all classes