create class from usage: do not show dialog from write action (IDEA-66872)

This commit is contained in:
anna
2011-03-23 21:05:59 +01:00
parent 3736de2e07
commit 516bef4f42
5 changed files with 64 additions and 41 deletions
@@ -6,7 +6,7 @@ public class Test {
public static void main() {
JTable table = new JTable(new MyTableModel());
}
}<caret>
}
public class MyTableModel implements TableModel {
<caret>public class MyTableModel implements TableModel {
}