Example of displaying text on the right click of the mouse
p1=: panelHtml(html: $strpanel)
strpanel: str`"Physically in Stock<b>" ++ $flat ++ "</b>of which" ++ $block ++ "in reserve."`
flat: select(table: 'goods'; field: 'count'; where: 'id' = #name)
block: select(table: 'goods'; field: 'block'; where: 'id' = #name)
Example of displaying a picture on the right mouse button panel
p1=: panelImg(img: #file[0][file])