java - How to edit a JList item text by double clicking on it? -
i have jlist populated strings. want able edit item double clicking on , edit text in jlist itself. if click item, it's highlighted , see cursor, example delete text , write else. click enter , text edited successfully. possible & how can please? need this.
see list editor couple of solutions, 1 use jtable, other create custom edit action jlist.
Comments
Post a Comment