mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
*** empty log message ***
This commit is contained in:
@@ -1202,8 +1202,11 @@ System.out.println("encoding "+defaultEncoding);
|
||||
|
||||
submenu.removeAll();
|
||||
//menu.removeAllItems();
|
||||
//menu.addItem("New");
|
||||
while (1< menu.getItemCount())
|
||||
menu.removeItemAt(1);
|
||||
System.out.println("importing: "+ file.getPath().replace('\\','/'));
|
||||
menu.addItem("New");
|
||||
|
||||
fileString ="";
|
||||
send("i "+ file.getPath().replace('\\','/'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user