• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Table and cell editor

 
Ranch Hand
Posts: 128
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all.

I have created the JTable, and set cell editor on the one of columns. The cell editor is JFormattedTextField wich shows data in money format($55.00)
When my table is opened first time theres is no the $ sign in cells. Only when I double click on the cell to edit it the $ is appeared and after it, it is visible (even if I leave the cell after editing). How to do so, that first time when table is opened all the cells in column were with the $ sign?

thanks in advance.
 
reply
    Bookmark Topic Watch Topic
  • New Topic