Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #5009
| From | Jeff Higgins <jeff@invalid.invalid> |
|---|---|
| Newsgroups | comp.lang.java.gui |
| Subject | Re: JTable with TableCellEditor ??? |
| Date | 2012-02-13 19:30 -0500 |
| Organization | A noiseless patient Spider |
| Message-ID | <jhca06$qsq$1@dont-email.me> (permalink) |
| References | <2de12f28-184b-451e-bf17-c32ba0b716f9@f5g2000yqm.googlegroups.com> |
On 02/13/2012 06:02 PM, The Nigga wrote: > Hello > > I have a JTable and I created a table cell editor for that can use a > JTextField customized, this is working. Now I need that when I press > enter in cell selected the edit is open in JTable and not change the > row before change. > > The situation looks like below > Enter on Selected Cell --> open the edit (enter value = US$ 1.00) --> > press enter again, close the edit and request focus in next cell to > make the process again. > This example may help. <http://www.javalobby.org/articles/jtable/>
Back to comp.lang.java.gui | Previous | Next — Previous in thread | Next in thread | Find similar
JTable with TableCellEditor ??? The Nigga <fernandopaivabr@gmail.com> - 2012-02-13 15:02 -0800
Re: JTable with TableCellEditor ??? Jeff Higgins <jeff@invalid.invalid> - 2012-02-13 19:30 -0500
Re: JTable with TableCellEditor ??? "John B. Matthews" <nospam@nospam.invalid> - 2012-02-14 07:02 -0500
csiph-web