mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
create class from usage: do not show dialog from write action (IDEA-66872)
This commit is contained in:
+2
-2
@@ -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 {
|
||||
}
|
||||
Reference in New Issue
Block a user