Now a days I am working in Swing.
So guys please help me to do my project.
Actually the time is short to read out those things.
What i have a confusion ..that .....
[code=java]
DefaultTableMod el tab_model = new DefaultModel(.. .);
JTable tab = new JTable(tab_mode l);
//Now if I change to tab_model then automatically updation notification goes to tab??
[/code]
Debasis Jana.
So guys please help me to do my project.
Actually the time is short to read out those things.
What i have a confusion ..that .....
[code=java]
DefaultTableMod el tab_model = new DefaultModel(.. .);
JTable tab = new JTable(tab_mode l);
//Now if I change to tab_model then automatically updation notification goes to tab??
[/code]
Debasis Jana.
Comment