I am having many doubts in Java, plz help me to improve my applications
1. In JTable, can we do like Microsoft Excel function, i.e., while start to
type the existing contents of the cell should clear and new typed characters
only I want. (But now what happens is it appends new characters to the end of
the cell)
2. I need first column of my JTable should be fixed size, all the others
AUTO_RESIZE how to do it?
3. Is there any way to access Windows Registry using Java Application
4. How to access Operating System's Clipboard through Java Application
5. Can I call a MS-DOS Batch file using Runtime().getRuntime().exec() method