Example #1
0
 private VTextField(StreamLoop<String> sRemoteWrite, Value<String> v, int width) {
   this(sRemoteWrite, v.construct(sRemoteWrite), width);
 }