mirror of
https://github.com/PAMGuard/PAMGuard.git
synced 2024-11-21 22:52:22 +00:00
Update TethysControl.java
This commit is contained in:
parent
dbc8f0c682
commit
dfb78813ea
@ -149,6 +149,14 @@ public class TethysControl extends PamControlledUnit implements PamSettings, Tet
|
||||
}
|
||||
});
|
||||
collections.add(menuItem);
|
||||
menuItem = new JMenuItem("Open Localizations collection in browser");
|
||||
menuItem.addActionListener(new ActionListener() {
|
||||
@Override
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
openTethysCollection("Localizations");
|
||||
}
|
||||
});
|
||||
collections.add(menuItem);
|
||||
menuItem = new JMenuItem("Open Calibrations collection in browser");
|
||||
menuItem.addActionListener(new ActionListener() {
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user