static JLabel writeBesideMemoryView_label; svoid writeBesideMemoryView(fS text) { swing { if (writeBesideMemoryView_label == null) putBesideMemoryView(writeBesideMemoryView_label = jlabel()); setText(writeBesideMemoryView_label, text); } }