How to get array's class
Hi, I have an Byte[] array, how to get its class, because I need to use JTable.setDefaultRenderer(class,renderer) method.Thank you for help!Janet
[173 byte] By [
kfsong] at [2007-9-26 1:15:20]

Yes, I did try, but the class shown is "[B", this is strange and cannot be used as a parameter for the setDefaultTableRenderer().Janet