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