blob: 336746c57fd0bf780ff42dd81cf1f3e823a38155 [file] [log] [blame]
// "Create Class 'MyTableModel'" "true"
import javax.swing.*;
public class Test {
public static void main() {
JTable table = new JTable(new MyTable<caret>Model());
}
}