JTextField
Label
Note: The current implementation restricts icons to be positioned in the trailing edge of the field. @see Label @author Torgil Zethson @since 1.3.0
162163164165166167168
f.getInputComponent().addToContextMenu(null); } private Label createDriverFieldUi() { KongaTextField text = driverField.getInputComponent(); return new TextFieldLabelAdapter(text); }