-- December 7, 1982 4:35 pm -- JunoGerm.mesa -- This file calls ViewRec on Juno's buttons DIRECTORY ViewRec, JunoButtons; JunoGerm: PROGRAM IMPORTS ViewRec, JunoButtons = BEGIN JunoButtons.StartOver[]; [] _ ViewRec.ViewInterface [name: "JunoButtons", viewerInit: [iconic: FALSE, name: "Juno Buttons"]]; END.