static JTextArea liveValueRSyntaxTextArea_bothWays(SimpleLiveValue lv) { new RSyntaxTextAreaWithSearch ta = rSyntaxTextAreaWithSearch(); bindTextComponentToLiveValue_bothWays(ta.textArea(), lv); ret ta; }