def add_recent
        @recent.each { |path|
            @recent_list << (renderer=GuiLabel.new.set(:string => path, :width => 25, :color => FILE_COLOR))
            renderer.on_clicked { selected_notify(path) }