JRadioButton « JTable « Java Swing Q&A





1. JRadioButton in JTable    coderanch.com

Hi all, i wan to make a JTable with JRadioButon such that one or two cells will not have any JRadio Button depending upon value I get from Database. When same code is run with Metal look and feel it works..but with Nimbus it does not.. If getValueAt() method returns null I get NullPointerException... I tried to change the code..(basic code ...