Skip to content
Snippets Groups Projects
Commit a220a21d authored by Letitia Li's avatar Letitia Li
Browse files

moved firewalls to experimental

parent 59ac9941
No related branches found
No related tags found
1 merge request!38Labsoc sec
...@@ -153,15 +153,16 @@ public class TMLArchiDiagramToolBar extends TToolBar implements ActionListener ...@@ -153,15 +153,16 @@ public class TMLArchiDiagramToolBar extends TToolBar implements ActionListener
button = this.add(mgui.actions[TGUIAction.TMLARCHI_CPNODE]); button = this.add(mgui.actions[TGUIAction.TMLARCHI_CPNODE]);
button.addMouseListener(mgui.mouseHandler); button.addMouseListener(mgui.mouseHandler);
button = this.add(mgui.actions[TGUIAction.TMLARCHI_PORT_ARTIFACT]); button = this.add(mgui.actions[TGUIAction.TMLARCHI_PORT_ARTIFACT]);
button.addMouseListener(mgui.mouseHandler); button.addMouseListener(mgui.mouseHandler);
button = this.add(mgui.actions[TGUIAction.TMLARCHI_FIREWALL]);
button.addMouseListener(mgui.mouseHandler);
} }
this.addSeparator(); this.addSeparator();
button = this.add(mgui.actions[TGUIAction.TMLARCHI_KEY]); button = this.add(mgui.actions[TGUIAction.TMLARCHI_KEY]);
button.addMouseListener(mgui.mouseHandler); button.addMouseListener(mgui.mouseHandler);
button = this.add(mgui.actions[TGUIAction.TMLARCHI_FIREWALL]);
button.addMouseListener(mgui.mouseHandler);
this.addSeparator(); this.addSeparator();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment