0

I have 4 columns JTable using Default table model, i am populating two column's from DB, and user have to fill the purchase price and sale price in jTable , i wanna make sale Price cannot be greater than Mrp Please Help me..

1 Answers1

1

In what problem? Can you show any relative code? Any way I recomend you write your custom table model extends DefaultTableModel (http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/table/DefaultTableModel.html), it's more flexible.

slawter
  • 525
  • 4
  • 14