Most voted "jlist" questions
3 questions
Sort by count of
-
1
votes0
answers107
viewsRemove file from a Jlist and from the computer
I have a frame, with a list of values where several files are displayed. At this time I am doing the delete button sentry (last part code), where the goal is to delete the file from disk, and jlist.…
-
1
votes2
answers852
viewsHow to Throw the dice of a Jlist into another Jlist that is in another Jframe?
I tried it in various ways, but I couldn’t find a solution. When I click the save button. I want him to throw the dice on that Jlist to the other Jlist that’s in the Other Jframe. "I couldn’t…
-
-1
votes1
answer496
viewsAdd element in Jlist
This one-button action serves to add the path of a file into a JList: private void bArquivoActionPerformed(java.awt.event.ActionEvent evt) { JFileChooser fileChooser = new JFileChooser();…