mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 05:29:30 -06:00
*** empty log message ***
This commit is contained in:
@@ -18,7 +18,7 @@ public class DynamicTree2 extends JPanel implements KeyListener,
|
||||
public JTree tree;
|
||||
public int oldSelection = 0;
|
||||
private Toolkit toolkit = Toolkit.getDefaultToolkit();
|
||||
JPopupMenu popup = new JPopupMenu();
|
||||
public JPopupMenu popup = new JPopupMenu();
|
||||
JMenuItem menuItem;
|
||||
Timer timer = new Timer(500, this);
|
||||
MouseEvent m;
|
||||
@@ -225,7 +225,7 @@ public class DynamicTree2 extends JPanel implements KeyListener,
|
||||
void maybeShowPopup(MouseEvent e) {
|
||||
if (GFEditor2.debug) System.out.println("may be!");
|
||||
if (e.isPopupTrigger()) {
|
||||
m=e;
|
||||
m = e;
|
||||
timer.start();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user