comparison agent/src/share/classes/sun/jvm/hotspot/ui/HighPrecisionJScrollBar.java @ 152:c70a245cad3a

6670684: 4/5 SA command universe did not print out CMS space information Summary: Forward port of Yumin's fix for 6670684 from HSX-11; Yumin verified the port was correct. Reviewed-by: dcubed
author dcubed
date Fri, 09 May 2008 08:55:13 -0700
parents a61af66fc99e
children d1605aabd0a1
comparison
equal deleted inserted replaced
83:d3cd40645d0d 152:c70a245cad3a
422 HighPrecisionJScrollBar h = (HighPrecisionJScrollBar) e.getSource(); 422 HighPrecisionJScrollBar h = (HighPrecisionJScrollBar) e.getSource();
423 System.out.println("New value = 0x" + h.getValueHP().toString(16)); 423 System.out.println("New value = 0x" + h.getValueHP().toString(16));
424 } 424 }
425 }); 425 });
426 frame.getContentPane().add(hpsb); 426 frame.getContentPane().add(hpsb);
427 frame.show(); 427 frame.setVisible(true);
428 } 428 }
429 429
430 } 430 }