Ejemplo n.º 1
0
 /** Actual Instantiation of the UI components */
 public void init() {
   Debug.println("AuditLogPanel: init()");
   super.init();
   refresh();
 }
Ejemplo n.º 2
0
 // === ACTIONLISTENER =====================
 public void actionPerformed(ActionEvent e) {
   super.actionPerformed(e);
 }