I thanks very much for your complete answer, but I
want to set my JTable row count. I want some method like
JTale.setRowCount(variable), because I get my data in stream from
servlet and use in applet, I can't use model. When I use this
variable in :
Object[][] data= new Object[variable][constant]; and create JTable
my applet doesn't appear!