X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fgui%2FNodeLabel.java;h=cd4092e1a5d7a89cf6f029af348cb0ac4b7ead30;hb=0fb6af2eeecf591148346548855b4834ece81e18;hp=46e8be1186b81744da97450b2a5d1e0df5682f05;hpb=0a77fd9c0956cb61a4b6daba377343949b575add;p=jSite2.git diff --git a/src/net/pterodactylus/jsite/gui/NodeLabel.java b/src/net/pterodactylus/jsite/gui/NodeLabel.java index 46e8be1..cd4092e 100644 --- a/src/net/pterodactylus/jsite/gui/NodeLabel.java +++ b/src/net/pterodactylus/jsite/gui/NodeLabel.java @@ -136,6 +136,9 @@ public class NodeLabel extends JLabel implements PropertyChangeListener, MouseLi contextMenu.addSeparator(); contextMenu.add(swingInterface.getNodeConnectAction(node)); contextMenu.add(swingInterface.getNodeDisconnectAction(node)); + contextMenu.addSeparator(); + contextMenu.add(swingInterface.getNodeEditAction(node)); + contextMenu.add(swingInterface.getNodeDeleteAction(node)); addMouseListener(this); }