I used a customized JComboBox as a cell editor for my Jtable. My problem is when I choose nothing from the combo box and click other cell, I get a null pointer exception. But when I select something from the combobox and click other cell, I do not get an error.
            Asked
            
        
        
            Active
            
        
            Viewed 38 times
        
    1 Answers
0
            solved it. i was creating objects using default constructor which gives me an object with its properties set to null. thus the error on jtable update.
 
    
    
        rowrow
        
- 93
- 10
