Question #44265

Have you any idea how to get information from a class to appear in a text area on a GUI when you click a word in a list box on the GUI?

Expert's answer

Answer on Question #44265- Programming, Java | JSP | JSF

1. Have you any idea how to get information from a class to appear in a text area on a GUI when you click a word in a list box on the GUI?

Solution.


private void jList1MouseClicked(java.awt.event.MouseEvent evt) {
    jTextField1.setText(jList1.getSelectedValue().toString());
}


http://www.AssignmentExpert.com/

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS