Tagged Questions

JList is a Java Swing component that displays a list of objects and allows the user to select one or more items. A separate model, ListModel, maintains the contents of the list.

learn more… | top users | synonyms

11
votes
2answers
307 views

Remembering where a mouse clicked? ArrayLists? HashCodes?

Sorry guys, I deleted my APPLES and CATS example :) Here's the updated version of my question! I'm losing my sanity here. I need someone who can enlighten me. I've tried a couple of times explaining ...
9
votes
4answers
4k views

JScrollPane and JList auto scroll

I've got the next code: listModel = new DefaultListModel(); listModel.addElement(dateFormat.format(new Date()) + ": Msg1"); messageList = new JList(listModel); ...
6
votes
2answers
4k views

How to generate a Jlist with alternating colors

In Java how do I get a JList with alternating colors? Any sample code?
6
votes
2answers
2k views

Java Swing - JList custom cell rendering - capturing actions

Any time I make a custom cell renderer for a JList, any elements I add to it don't ever respond to actions. For instance, If I have the cell renderer return a JPanel with elements on it, one of which ...
5
votes
3answers
623 views

Using the JList .setModel() method with a class as an argument

My ultimate goal is to have a JList which refreshes its content at runtime, and I have found a solution that works from this post here on SO, however I am curious why my original idea did not. As of ...
4
votes
2answers
150 views

Adding elements to JList in Swing Java

I have a function that executes when a button is clicked. Suppose there is a loop to add 1 to 10 to a JList. I add that data to DefaultListModel. It works perfectly and the numbers get added. Then I ...
4
votes
2answers
1k views

Set the amount of rows JList show (Java)

Problem: I have a method that creates a list from the parsed ArrayList. I manage to show the list in the GUI, without scrollbar. However, I am having problem setting it to show only the size of ...
4
votes
3answers
1k views

Does a swing filterable JList component exist?

For a specific screen, I'm looking for a JList that I could filter (the same way you can filter a JTable using a RowFilter) Is there a good implementation of this kind of component anywhere here in ...
4
votes
2answers
1k views

How to change background color of the selected item in JList dynamically

How can I change the background color of the item which is selected in JList dynamically?
3
votes
4answers
59 views

Java - How do I get a all the selected values from a JList?

A struggling Java newbie here - help! I'm trying to: - Get all the selected values from a JList - Create an ArrayList from those values It seems getSelectedValues is deprecated?
3
votes
4answers
66 views

How can I create a JList that contains entries of a Hashtable of String and Object?

I want to create a JList that contains entries of a Hashtable of String and object : Hashtable<String,Object> the JList element should contain the hashtable entry and display the value of ...
3
votes
1answer
50 views

JList wrap issue

Some strange behavior from a JList. When I add elements to it during run time, it seems to not update the wrap properly. When the frame is revalidated, it will continue to render new items on the ...
3
votes
1answer
60 views

Why haven't Sorted JLists been made part of the standard Swing library yet?

"Creating a Sorted JList Component" says, Version 6 of the Java Platform, Standard Edition (Java SE, formerly referred to as J2SE) will add sorting and filtering abilities to the ...
3
votes
3answers
108 views

Disable items in JList

I'm using a JList as part of a wizard to display all the steps to be performed (it also allows clicking on a step to go to it). Some steps will not always be needed, based on what's done in previous ...
3
votes
1answer
100 views

Sorting JList Using Collections's Sort Method

I would like to sort my list of users in an IRC channellist, which is stored as a JList, using Collections's method sort. Code below accomplishes this, to some extent: users is the JList that ...
3
votes
1answer
110 views

Word wrap in JList items

I have a JList with very long item names that cause the horizontal scroll-bar to appear in scroll-pane. Is there anyway that I can word wrap so that the whole whole item name appears in 2 rows yet ...
3
votes
2answers
105 views

How can I get selected JScrollPane element?

All I want to do is when user selects one element on the JScrollPane and clicks button, I want to grab this object/element of the JList it holds. How can I do that?
3
votes
2answers
117 views

Changing cursor when rendering a JList

I've achieved what I'm trying to do, but I can't help but to think there is a more efficient way...allow me to illustrate. In short, the question I'm asking is if there's a way to determine when a ...
3
votes
3answers
120 views

How to set the color of a Font?

I have a JList and inside that list, I want to change the color of the font of the following words. Someone said that I have to use CellRenderer but I'm not yet familiar with that. Now, my problem ...
3
votes
1answer
130 views

GUI actionPerformed valueChanged problems

Why do I get a runtime error from my RemoveAction class when my ChannelListener class is included? If I comment out my ChannelListener class the RemoveAction class works as I would expect. How do ...
3
votes
2answers
366 views

Swing JList with multiline text and dynamic height

I already read/tried these posts but that didn't help: Display multiple lines within a Jlist cell http://stackoverflow.com/questions/2726510/how-to-get-multiline-for-a-jlist-text Problem displaying ...
3
votes
3answers
255 views

Java drag and drop images in a list

I am looking for a way to display a series of pictures (JPanels with image and maybe some other small components), in a horizontal sequence. The user should be able to rearrange the order of the ...
3
votes
4answers
117 views

How should I manage multithreaded concurrent access to an ArrayDeque?

My Swing GUI displays a JList of items that are being sequentially removed by a background thread. Behind the JList is an ArrayDeque<Card>, myHopper, implementing myHopper.getSize() and ...
3
votes
3answers
143 views

Java Swing: List Models and Collections

I am currently writing a program which is having a lot of code duplication between the GUI aspect and the data storage aspect, and I was wondering if my proposed solution follows acceptable design ...
3
votes
1answer
1k views

Java swing popup menu and jlist

here is my problem: I have a jList and a popup menu. When I right click the jList, the popup menu shows. The problem is that the jList item which the mouse is pointing at won't select. And I want it ...
3
votes
6answers
609 views

Is there something wrong with Swing's MVC implementation for JList?

Some time ago I asked this question. All solutions are workarounds. Now this can't be. I feel that something is wrong here, but I can't tell if it is Swing's MVC model that is conceptually wrong, or ...
3
votes
1answer
121 views

Can i paginate a JList

Is there a way to paginate results in JList, i have 100 results shown, i only want to show 20 each time .. i thought of using tables to show my result but i am showing tweets, so it is a JPanel that ...
3
votes
2answers
741 views

Java Swing: Autoscrolling using JList and JScrollPane

I'm having this problem: I have a JList (within a JScrollPane) with say about 1000 elements, and the dimensions of this JList obviously doesn't allow to show all the data. Now, I have this JList ...
3
votes
2answers
197 views

Can Items in a JList be formatted as HTML

I would like to create a JList in Java so that each individual item is formattted using HTML tags, but I'm not clear how to do this or even if this is possible. Does anyone have any suggestions? ...
3
votes
3answers
164 views

java Swing Listeners: components listening at each others

I want to code two JList (categories and items). When I click one category it should select all the items for that category and when I click on one item it should select its categories. So both JList ...
3
votes
4answers
255 views

Saving MP3 playlist to file

I am making my own crude MP3 player, and I now have a JList with which I have populated a number of files in the form of MP3 objects (displayed on frame using DefaultListModel). I would now like to ...
3
votes
3answers
439 views

Java Swing JList

I am using a JList in Java Swing, but when my Dialog opens, the List isn't shown. private JList getJList() { if (mylist == null) { mylist = new JList(); ...
3
votes
3answers
1k views

How to add objects to a already instantiated JList in Java?

I want to add objects to a JList which has already been instantiated by the Netbeans genrated code. I can't pass my own list model in the JList constructor as I can't modify the Netbeans generated ...
3
votes
3answers
359 views

Java: Nested Tree Structure

I am looking for a way to create a nested tree structure in my GUI. I have a few "boxes" that have items in them. I would like the boxes to be collapsed but expanded when clicked on, like the way ...
3
votes
3answers
2k views

Java JList scroll to selected item

I have a JList with a lot of items in it, of which one is selected. I would like to scroll to the selected item in this JList, so the user can quickly see which item is selected. How can I do this? ...
3
votes
4answers
687 views

Is there a lazy loading implementation of JList?

Is there a way to make a lazy loading with Swing JList ? Cheers,
3
votes
2answers
511 views

Why do JList selections occur twice?

I have a JList with some items. I've added a listener for when a item in the list is selected. Here is the code for what happens when an item in the list is selected: private void ...
2
votes
3answers
52 views

Multiple ListCellRenderer

Is it possible to have multiple ListCellRenderer's implementation in a single class? Actually I have multiple JList's in my application and I would I am in need of different ListCellRenderer's for ...
2
votes
4answers
75 views

Efficiency of JList Search

I came across some java code for doing a prefix search on a JList. Looking at it however, the meat of the algorithm is quite inefficient, using a linear search over the list for each keypress, and ...
2
votes
2answers
37 views

Get text element inside JList to a variable?

Despite a lot of research I can't find an answer or solve how to get the selected text element inside a JList to a variable. Therefore I would preciate some help. I have tried to select the index of ...
2
votes
1answer
58 views

JScrollPane - automatically scroll to bottom?

I've been trying to create a a scroll pane that automatically keeps scrolling down as the user adds more lines of text to the window. I implemented this: ...
2
votes
2answers
69 views

The elements not added to JList

I am trying to add file names to my JList but without success. Here is the piece of the code: DefaultListModel model = new DefaultListModel(); listLayer.setModel(model); ...
2
votes
3answers
79 views

JOptionPane and scroll function

I want to JList a lot of results in a JOptionPane, however, I'm not sure how to add in a scroll function should there be too many results. How would I add a scroll bar to a JOptionPane? Any help would ...
2
votes
3answers
78 views

JList MouseMoved and MousePressed

i've extended a JList to provide two separate functionalities, toolTipText for items, and right-click options. both work separately, but when i try to use them together, the MouseMoved events aren't ...
2
votes
1answer
65 views

Make a JList expand to fill control?

Is there anyway a JLIst can be set to expand to fit the size of the container/panel. Even if it adds empty white space its better than having odd sizes every time the amount of data changes. Thanks
2
votes
2answers
68 views

Using getResource() to retrieve and display icons in a JList

I'm having problems displaying icons in a JList that I've made. I'm passing a path to the function getResource() and then storing the resource in a URL object. However, every time I call the ...
2
votes
1answer
86 views

Drag select in JList

In the Swing JFileChooser you can select multiple files by clicking on the first file, holding down the mouse button and dragging. Is it possible to enable this method of selecting multiple files in ...
2
votes
3answers
215 views

Java - Deprecated method, need help?

I am following a series of Java tutorials in an attempt to learn it. I have a question about tutorial 72. Link: http://www.youtube.com/watch?v=9z_8yEv7nIc&feature=relmfu At 7:02 of the video, ...
2
votes
1answer
70 views

add an element to Jlist

I have two JLists. List A has these elements: 1 two 78 item4 List B that is for now empty. My frame has these two list and a button Verify. Once I click on the button, the selected item of List ...
2
votes
3answers
161 views

Active Elements in swing JTree, JTable or JList

I need a Container with similar JPanels lined up one below the other which can be selected. I could: Use a JList with a custom renderer but those JPanels would be passive elements, that's not what ...

1 2 3 4 5 7