diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-18 01:22:57 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-18 01:22:57 +0000 |
| commit | efe41ac4240c4e12a0cada829575b43378d22823 (patch) | |
| tree | 7c274650daecd75847f7aca78b3d5efa8b10474b /sources/utils/VSFrame.java | |
| parent | 15450c42d04e15322a6328037011e3726427e9a4 (diff) | |
Layout for the Process Quick Panel done.
Diffstat (limited to 'sources/utils/VSFrame.java')
| -rw-r--r-- | sources/utils/VSFrame.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/utils/VSFrame.java b/sources/utils/VSFrame.java index 9bd70a9..e5ff6a0 100644 --- a/sources/utils/VSFrame.java +++ b/sources/utils/VSFrame.java @@ -45,7 +45,7 @@ public class VSFrame extends JFrame { if (parent == null) { final Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize(); x = (int) (screenSize.width - getWidth()) / 2; - y = (int) (screenSize.height - getHeight()) / 2; + y = 50;//(int) (screenSize.height - getHeight()) / 2; } else { final Point location = parent.getLocation(); |
