comparison agent/src/share/classes/sun/jvm/hotspot/ui/SAPanel.java @ 8103:5ed317b25e23

7165259: Remove BugSpot Reviewed-by: coleenp, mgronlun
author sla
date Fri, 22 Feb 2013 10:03:02 +0100
parents c18cbe5936b8
children de6a9e811145
comparison
equal deleted inserted replaced
8102:fc64254f5579 8103:5ed317b25e23
48 import com.sun.java.swing.action.*; 48 import com.sun.java.swing.action.*;
49 49
50 /** 50 /**
51 * This base class encapsulates many of the events that are fired from 51 * This base class encapsulates many of the events that are fired from
52 * the various panels in this directory so they can easily be plugged 52 * the various panels in this directory so they can easily be plugged
53 * in to different containing frameworks (HSDB, BugSpot). 53 * in to different containing frameworks (HSDB).
54 */ 54 */
55 public class SAPanel extends JPanel { 55 public class SAPanel extends JPanel {
56 protected List listeners = new ArrayList(); 56 protected List listeners = new ArrayList();
57 57
58 58