Universidad Católica Boliviana "San Pablo"

UNIVERSIDAD CATÓLICA BOLIVIANA “SAN PABLO” CÓDIGO FUENTE YAMILEY FLORES CÁCERES 98 2215. table.setValueAt("Exterior", i, 0); 2216. } else { 2217. table.setValueAt("Interior", i, 0); 2218. } 2219. } 2220. 2221. for (int j = 1; j < columnHechas; j++) { 2222. 2223. Table.getColumn(Table.getColumnName(j)).setMinWidth(100); 2224. Table.getColumn(Table.getColumnName(j)).setWidth(100); 2225. Table.getColumn(Table.getColumnName(j)).setResizable(true); 2226. 2227. for (int i = 0; i < rowCount; i++) { 2228. 2229. table.setValueAt(tabla[i][j], i, j); 2230. } 2231. } 2232. } 2233. 2234. private String[] titulosT(int i, int j) { 2235. int length = j - i + 1; 2236. int l = 0; 2237. String[] titulos = new String[length];

RkJQdWJsaXNoZXIy Mjc5NTQw