lahu
10-31-2008, 09:55 AM
Hi Darell
Can you add public getter and setter (at least getter) to the following fields in the class Window?
private Point restorePos;
private Size restoreSize;If I save state from windows by cookies or something else, I need to read the restoreSize and restorePos fields of the hidden windows. And if I restore the hidden windows, I need to set those fields. This I can avoid (setter), but getter methods would be great.
Thanks a lot
Can you add public getter and setter (at least getter) to the following fields in the class Window?
private Point restorePos;
private Size restoreSize;If I save state from windows by cookies or something else, I need to read the restoreSize and restorePos fields of the hidden windows. And if I restore the hidden windows, I need to set those fields. This I can avoid (setter), but getter methods would be great.
Thanks a lot