python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I do ListSelectionListener from Object's list?
I have a task to do using ListSelectionListener. I need to output there, an ArrayList with class objects.
public class CityBaseLandingSite {
public String city;
public String country;
publ...
Artem Barabash
Votes: 0
Answers: 0
Is there a way to resize images when loaded? The images are linked to a JList
This is the code I wrote. It works only problem I can't resize the images. I've tried out getScaledInstance wasn't working. Any ideas on how to fix this. Also, why did I have to use a container to sho...
FluffyFox332
Votes: 0
Answers: 2
I have some errors with JList rendering JLists
So I want to make a main JList that would render JLists inside it.
The problem is that when I actually add a new string to some JList inside the main JList, I must call mainList.updateUI(); to show th...
martin
Votes: 0
Answers: 0
Add the value from multiple selected items in a Multi Selection JList to another variable
I am newish to Java and I am working on a program where the user can select items to add to their skateboard design. There are 4 jLists with different items they can select. The first 3 jList the user...
K_Cole369
Votes: 0
Answers: 0