private void buildPanel() {
initComponents();
ImageIcon usersIcon = IconFactory.createVisitaAtiva16();
panel = new InternalPanel(usersIcon, "Visitas Ativas");
panel.add(scrollPane);
JToolBar panelToolBar = new JToolBar();
ImageIcon refreshIcon = IconFactory.createRefresh();
Action actionRefresh = new AbstractAction("", refreshIcon) {