| java Programming Glossary: initxAdd a complex image in the panel, with buttons around it in one customized user interface http://stackoverflow.com/questions/10861852/add-a-complex-image-in-the-panel-with-buttons-around-it-in-one-customized-user  masterPanel   1 4 rows cols   6 6 initX initY   6 6 configPanel.setLayout new GridLayout 0 1 configPanel.add.. 
 Drawing JTable rows and columns on a Panel http://stackoverflow.com/questions/12662373/drawing-jtable-rows-and-columns-on-a-panel  this.str s public void paint Graphics g  super.paint g int initX 0 for int row 0 row 5 row  initX x for int col 0 col 5 col .. g  super.paint g int initX 0 for int row 0 row 5 row  initX x for int col 0 col 5 col   g.drawRect x y width height  g.drawString.. .getValueAt row col .toString x 10 y 10  x x width  x initX y y height  I modified this code to redraw column cells with.. 
 |