diff agent/src/share/classes/sun/jvm/hotspot/HSDB.java @ 156:5bba3366a9a2

Merge
author dcubed
date Fri, 16 May 2008 13:42:07 -0700
parents ba764ed4b6f2 c70a245cad3a
children d1605aabd0a1
line wrap: on
line diff
--- a/agent/src/share/classes/sun/jvm/hotspot/HSDB.java	Thu May 15 22:43:11 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/HSDB.java	Fri May 16 13:42:07 2008 -0700
@@ -398,7 +398,7 @@
     frame.getContentPane().add(desktop);
     GraphicsUtilities.reshapeToAspectRatio(frame, 4.0f/3.0f, 0.75f, Toolkit.getDefaultToolkit().getScreenSize());
     GraphicsUtilities.centerInContainer(frame, Toolkit.getDefaultToolkit().getScreenSize());
-    frame.show();
+    frame.setVisible(true);
 
     Runtime.getRuntime().addShutdownHook(new java.lang.Thread() {
         public void run() {