From efe41ac4240c4e12a0cada829575b43378d22823 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 18 May 2008 01:22:57 +0000 Subject: Layout for the Process Quick Panel done. --- sources/utils/VSFrame.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/utils') 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(); -- cgit v1.2.3