Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #5338
| From | Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> |
|---|---|
| Newsgroups | comp.lang.java.gui |
| Subject | Re: JTable CellRendererPane placement |
| Date | 2013-05-09 00:59 +0200 |
| Organization | A noiseless patient Spider |
| Message-ID | <kmel58$8tq$1@dont-email.me> (permalink) |
| References | <4feceb84-2eac-4dae-97ae-c2a1decbddae@googlegroups.com> |
On 08/05/2013 22:34, FredK allegedly wrote: > I have a JTable with two columns and a JTableHeader. > The left column contains strings, and the right column contains JTextFields. > Clicking on a header sorts the rows. > > If I click in one of the text fields to begin editing it ( say, for > instance, in row 7), and then click in the header to sort the table, > the CellRendererPane (and the CellEditor) remain over the original position > (row 7), even though that field is now in row 2. When I click in the editor > it *LOOKS* like I am editing what is now in line 7, but in fact I am still > editing what is now in row 2. > > If I click over any other row, or resize the table, everything gets > updated and the editor moves to the proper position. > > After sorting, how can I ensure that the editor moves be over the > new position? > Unless someone else has an answer ready for you, could you post an SSCCE? -- DF.
Back to comp.lang.java.gui | Previous | Next — Previous in thread | Next in thread | Find similar
JTable CellRendererPane placement FredK <fred.l.kleinschmidt@gmail.com> - 2013-05-08 13:34 -0700
Re: JTable CellRendererPane placement Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2013-05-09 00:59 +0200
Re: JTable CellRendererPane placement "John B. Matthews" <nospam@nospam.invalid> - 2013-05-08 20:15 -0400
csiph-web