!7

static JLabel l;

p-substance {
  final JFrame frame = showFullScreen(jTiledBackground(#1007195,
    setForeground(Color.white,
    setFontSize(40,
    centerLabel(
    standardLabelPopupMenu(
    l = new JLabel("BLA!")))))));
    
  awtEvery(l, 1000, r {
    l.setText(randomID(20));
  });
}