*/
public HistoryTextFieldTest() {
super();
tf1 = new JTextField("", 40);
htf = new HistoryTextField("historyTest", true, 10, History.LATEST);
JButton button = new JButton("OK");
button.addActionListener(new ActionListener() {
@Override
public void actionPerformed(ActionEvent event) {