HomeSort by relevance Sort by last modified time
    Searched full:templatestable (Results 1 - 1 of 1) sorted by null

  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
TemplatePickerPanel.java 26 JTable templatesTable;
119 templatesTable = new JTable() {
130 templatesTable.getTableHeader().setReorderingAllowed(false);
131 templatesTable.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
132 scroll.setViewportView(templatesTable);
134 templatesTable.setModel(templatesTableModel);
141 boolean checked = (Boolean)templatesTable.getValueAt(row, 1);

Completed in 689 milliseconds