Community
Participate
Working Groups
if (bounds != null && dialogBounds != null) {
try {
bounds.x = dialogBounds.getInt(X);
bounds.y = dialogBounds.getInt(Y);
bounds.height = dialogBounds.getInt(HEIGHT);
bounds.width = dialogBounds.getInt(WIDTH);
shell.setBounds(bounds);