Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #2979
| From | "James" <james@THRWHITE.remove-dii-this> |
|---|---|
| Subject | Re: update after modifyin |
| Message-ID | <Skcgj.5889$Xo1.4465@trnddc06> (permalink) |
| Newsgroups | comp.lang.java.gui |
| References | <nd5gj.18295$uV6.557@pd7urf1no> |
| Date | 2011-04-27 15:42 +0000 |
| Organization | TDS.net |
To: comp.lang.java.gui On Sun, 06 Jan 2008 14:04:03 +0000, a wrote: > Hi > > I need to modify the content of the JList on the fly. So, when I need to > update the JList, I rebuild the list model and re-initiate the JList by > using new operator. I need to resize the JFrame manually to see the new > JList. How should I program it to show the new JList right after I > modifying it? > > Is JList a good component for dynamic list content? > > Thanks It is not! JList produces an immutable list. You should have noticed there is no .addItem method... Check out classes that implement the ListModel interface, e.g. DefaultListModel class. -- James *Note: Remove every other letter for correct email address --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
Back to comp.lang.java.gui | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
update after modifying th "a" <a@THRWHITE.remove-dii-this> - 2011-04-27 15:42 +0000
Re: update after modifyin "Knute Johnson" <knute.johnson@THRWHITE.remove-dii-this> - 2011-04-27 15:42 +0000
Re: update after modifyin "a" <a@THRWHITE.remove-dii-this> - 2011-04-27 15:42 +0000
Re: update after modifyin "Knute Johnson" <knute.johnson@THRWHITE.remove-dii-this> - 2011-04-27 15:42 +0000
Re: update after modifyin "James" <james@THRWHITE.remove-dii-this> - 2011-04-27 15:42 +0000
Re: update after modifyin "tar" <tar@THRWHITE.remove-dii-this> - 2011-04-27 15:42 +0000
csiph-web