JunoGerm.mesa

Coded by GNelson (?) December 7, 1982 4:35 pm
Last edited by Stolfi April 27, 1984 4:59:32 pm PST

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.

Edited March 7, 1984 2:31:25 am PST by Stolfi
Tioga formatting only