DIRECTORY
JunoImage,
JunoMatrix USING [Matrix, MapCoords, ComputeTransform],
JunoBody USING [MakeBody],
JunoOldSolver USING [Outcome],
JunoStorage,
JunoAlgebra USING [Se, Value, comma, lambda, Call],
JunoGraphics USING [Hilyte, DrawChar, DrawPoint, PointSymbol,
DrawRope, SetPaperContext, SetScreenContext, DrawEdge, SetFontName,
SetFontFace, SetFontSize, DrawArc, SetJustification, SetColor, black, invert,
currentJustification, currentFontSize, SetCaret,
GetRopeDispl, Whiten],
JunoUserEvents USING [bugout, Event, Next, EventCoords, Blink, StartUp, Terminate],
IO USING [PutF, real], -- DEBUG
JunoProcViewer USING [AddDef, StartUp, Terminate],
ViewerClasses USING [Viewer],
ViewerTools USING [GetSelectionContents],
Rope USING [ROPE, FromChar, Cat, IsEmpty, Substr, Length],
Convert USING [RopeFromInt, RopeFromReal],
Process USING[Detach],
Atom USING[GetPName, MakeAtom];