| Four strings around a center point. |
In[1]:=
txt = Graphics[{Text["Left", {-1, 0}, {-1, 0}], {RGBColor[0, 1, 0],
Text["Right", {1, 0}, {1, 0}]}, Text["Above", {0, 1}, {0, -1}], Text["Below", {0, -1}, {0, 1}],
{PointSize[.075], RGBColor[1, 0, 0], Point[{0, 0}]}}, PlotRange -> All];
In[2]:=
JavaView[txt]
|