how to set tool tip for jlist?
hello sir,
I need one help.
I am getting input from JTextfield1 and JTextfield2 and save it in JList.
I want to save both JTextfield1 and JTextfield2 in same row in JList (ie. save as single JList element).
Is it possible?.
Also, when I move on JList elements, it show the the JTextfield entering name.
is it right for this tooltip,
jList1.setToolTipText(jTextField1.getText());

