use of org.jabref.gui.menus.ChangeEntryTypeMenu in project jabref by JabRef.
the class EntryEditor method showChangeEntryTypePopupMenu.
private void showChangeEntryTypePopupMenu() {
JPopupMenu typeMenu = new ChangeEntryTypeMenu().getChangeentryTypePopupMenu(panel);
typeMenu.show(this, 0, 0);
}
Aggregations