Index: /applications/editors/josm/plugins/smed/plugs/wayarea/src/images/ports.svg
===================================================================
--- /applications/editors/josm/plugins/smed/plugs/wayarea/src/images/ports.svg	(revision 27635)
+++ /applications/editors/josm/plugins/smed/plugs/wayarea/src/images/ports.svg	(revision 27635)
@@ -0,0 +1,84 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="48"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.2 r9819"
+   inkscape:export-filename="/Users/mherring/boatsw/oseam/josm/plugins/smed/plugs/wayarea/src/images/ports.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90"
+   sodipodi:docname="ports.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="5.0895443"
+     inkscape:cy="30.446679"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1920"
+     inkscape:window-height="1088"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1004.3622)">
+    <rect
+       style="fill:#b5d0d0;fill-opacity:1;stroke:none"
+       id="rect2985"
+       width="24"
+       height="48"
+       x="0"
+       y="1004.3622" />
+    <text
+       xml:space="preserve"
+       style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold"
+       x="7.4999995"
+       y="1048.9694"
+       id="text3004"
+       sodipodi:linespacing="125%"><tspan
+         sodipodi:role="line"
+         id="tspan3006"
+         x="7.4999995"
+         y="1048.9694">F</tspan></text>
+    <path
+       style="fill:#e8c840;fill-opacity:1;stroke:#000000;stroke-width:0.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="M 0,4 20,4 20,11.196429 17,12 16,8 8,8 7.9464316,28 13.370538,28.044646 16.629462,15.455354 20,16.482 16,32 0,32 z"
+       id="path3863"
+       inkscape:connector-curvature="0"
+       transform="translate(0,1004.3622)"
+       sodipodi:nodetypes="ccccccccccccc" />
+  </g>
+</svg>
Index: /applications/editors/josm/plugins/smed/plugs/wayarea/src/wayarea/panels/PanelF.java
===================================================================
--- /applications/editors/josm/plugins/smed/plugs/wayarea/src/wayarea/panels/PanelF.java	(revision 27635)
+++ /applications/editors/josm/plugins/smed/plugs/wayarea/src/wayarea/panels/PanelF.java	(revision 27635)
@@ -0,0 +1,7 @@
+package wayarea.panels;
+
+import javax.swing.JPanel;
+
+public class PanelF extends JPanel {
+
+}
Index: /applications/editors/josm/plugins/smed/plugs/wayarea/src/wayarea/panels/PanelJ.java
===================================================================
--- /applications/editors/josm/plugins/smed/plugs/wayarea/src/wayarea/panels/PanelJ.java	(revision 27635)
+++ /applications/editors/josm/plugins/smed/plugs/wayarea/src/wayarea/panels/PanelJ.java	(revision 27635)
@@ -0,0 +1,7 @@
+package wayarea.panels;
+
+import javax.swing.JPanel;
+
+public class PanelJ extends JPanel {
+
+}
Index: /applications/editors/josm/plugins/smed/plugs/wayarea/src/wayarea/panels/PanelK.java
===================================================================
--- /applications/editors/josm/plugins/smed/plugs/wayarea/src/wayarea/panels/PanelK.java	(revision 27635)
+++ /applications/editors/josm/plugins/smed/plugs/wayarea/src/wayarea/panels/PanelK.java	(revision 27635)
@@ -0,0 +1,7 @@
+package wayarea.panels;
+
+import javax.swing.JPanel;
+
+public class PanelK extends JPanel {
+
+}
Index: /applications/editors/josm/plugins/smed/plugs/wayarea/src/wayarea/panels/PanelL.java
===================================================================
--- /applications/editors/josm/plugins/smed/plugs/wayarea/src/wayarea/panels/PanelL.java	(revision 27635)
+++ /applications/editors/josm/plugins/smed/plugs/wayarea/src/wayarea/panels/PanelL.java	(revision 27635)
@@ -0,0 +1,7 @@
+package wayarea.panels;
+
+import javax.swing.JPanel;
+
+public class PanelL extends JPanel {
+
+}
Index: /applications/editors/josm/plugins/smed/plugs/wayarea/src/wayarea/panels/PanelM.java
===================================================================
--- /applications/editors/josm/plugins/smed/plugs/wayarea/src/wayarea/panels/PanelM.java	(revision 27635)
+++ /applications/editors/josm/plugins/smed/plugs/wayarea/src/wayarea/panels/PanelM.java	(revision 27635)
@@ -0,0 +1,7 @@
+package wayarea.panels;
+
+import javax.swing.JPanel;
+
+public class PanelM extends JPanel {
+
+}
Index: /applications/editors/josm/plugins/smed/plugs/wayarea/src/wayarea/panels/PanelMain.java
===================================================================
--- /applications/editors/josm/plugins/smed/plugs/wayarea/src/wayarea/panels/PanelMain.java	(revision 27634)
+++ /applications/editors/josm/plugins/smed/plugs/wayarea/src/wayarea/panels/PanelMain.java	(revision 27635)
@@ -13,73 +13,15 @@
 
 	private WayAreaAction dlg;
-//	public PanelF panelF = null;
-//	public PanelJ panelJ = null;
-//	public PanelK panelK = null;
-//	public PanelL panelL = null;
-//	public PanelM panelM = null;
-//	public PanelN panelN = null;
+	private JTabbedPane tabs = null;
+	public PanelF panelF = null;
+	public PanelJ panelJ = null;
+	public PanelK panelK = null;
+	public PanelL panelL = null;
+	public PanelM panelM = null;
+	public PanelN panelN = null;
 	public JButton saveButton = null;
 	private ActionListener alSave = new ActionListener() {
 		public void actionPerformed(java.awt.event.ActionEvent e) {
 //			mark.saveSign(dlg.node);
-		}
-	};
-	public ButtonGroup typeButtons = null;
-	public JRadioButton fButton = new JRadioButton(new ImageIcon(getClass().getResource("/images/ChanButton.png")));
-	public JRadioButton jButton = new JRadioButton(new ImageIcon(getClass().getResource("/images/HazButton.png")));
-	public JRadioButton kButton = new JRadioButton(new ImageIcon(getClass().getResource("/images/SpecButton.png")));
-	public JRadioButton lButton = new JRadioButton(new ImageIcon(getClass().getResource("/images/LightsButton.png")));
-	public JRadioButton mButton = new JRadioButton(new ImageIcon(getClass().getResource("/images/LightsButton.png")));
-	public JRadioButton nButton = new JRadioButton(new ImageIcon(getClass().getResource("/images/LightsButton.png")));
-	private ActionListener alType = new ActionListener() {
-		public void actionPerformed(java.awt.event.ActionEvent e) {
-			if (fButton.isSelected()) {
-				fButton.setBorderPainted(true);
-//				panelF.syncPanel();
-//				panelF.setVisible(true);
-			} else {
-				fButton.setBorderPainted(false);
-//				panelF.setVisible(false);
-			}
-			if (jButton.isSelected()) {
-				jButton.setBorderPainted(true);
-//				panelJ.syncPanel();
-//				panelJ.setVisible(true);
-			} else {
-				jButton.setBorderPainted(false);
-//				panelJ.setVisible(false);
-			}
-			if (kButton.isSelected()) {
-				kButton.setBorderPainted(true);
-//				panelK.syncPanel();
-//				panelK.setVisible(true);
-			} else {
-				kButton.setBorderPainted(false);
-//				panelK.setVisible(false);
-			}
-			if (lButton.isSelected()) {
-				lButton.setBorderPainted(true);
-//				panelL.syncPanel();
-//				panelL.setVisible(true);
-			} else {
-				lButton.setBorderPainted(false);
-//				panelL.setVisible(false);
-			}
-			if (mButton.isSelected()) {
-				mButton.setBorderPainted(true);
-//				panelM.syncPanel();
-//				panelM.setVisible(true);
-			} else {
-				mButton.setBorderPainted(false);
-//				panelM.setVisible(false);
-			}
-			if (nButton.isSelected()) {
-				nButton.setBorderPainted(true);
-//				panelN.syncPanel();
-//				panelN.setVisible(true);
-			} else {
-				nButton.setBorderPainted(false);
-//				panelN.setVisible(false);
-			}
 		}
 	};
@@ -89,22 +31,35 @@
 		dlg = dia;
 		setLayout(null);
+		tabs = new JTabbedPane(JTabbedPane.LEFT);
+		
+		JPanel panelF = new PanelF();
+		tabs.addTab(null, new ImageIcon(getClass().getResource("/images/ports.png")), panelF, "Ports");
 
+		JPanel panelJ = new PanelJ();
+		tabs.addTab(null, new ImageIcon(getClass().getResource("/images/ports.png")), panelJ, "Seabed");
+
+		JPanel panelK = new PanelK();
+		tabs.addTab(null, new ImageIcon(getClass().getResource("/images/ports.png")), panelK, "Obstructions");
+
+		JPanel panelL = new PanelL();;
+		tabs.addTab(null, new ImageIcon(getClass().getResource("/images/ports.png")), panelL, "Offshore Installations");
+
+		JPanel panelM = new PanelM();
+		tabs.addTab(null, new ImageIcon(getClass().getResource("/images/ports.png")), panelM, "Tracks & Routes");
+
+		JPanel panelN = new PanelN();;
+		tabs.addTab(null, new ImageIcon(getClass().getResource("/images/ports.png")), panelN, "Areas & Limits");
+		
+		tabs.setBounds(new Rectangle(0, 0, 400, 325));
+		add(tabs);
+
+		saveButton = new JButton();
+		saveButton.setBounds(new Rectangle(285, 330, 100, 20));
+		saveButton.setText(tr("Save"));
+		add(saveButton);
+		saveButton.addActionListener(alSave);
 	}
 
 	public void syncPanel() {
-//		typeButtons.clearSelection();
-//		fButton.setBorderPainted(false);
-//		jButton.setEnabled(false);
-//		kButton.setBorderPainted(false);
-//		lButton.setEnabled(false);
-//		mButton.setBorderPainted(false);
-//		nButton.setEnabled(false);
-	}
-
-	private JRadioButton getButton(JRadioButton button, int x, int y, int w, int h, String tip) {
-		button.setBounds(new Rectangle(x, y, w, h));
-		button.setBorder(BorderFactory.createLoweredBevelBorder());
-		button.setToolTipText(Messages.getString(tip));
-		return button;
 	}
 
Index: /applications/editors/josm/plugins/smed/plugs/wayarea/src/wayarea/panels/PanelN.java
===================================================================
--- /applications/editors/josm/plugins/smed/plugs/wayarea/src/wayarea/panels/PanelN.java	(revision 27635)
+++ /applications/editors/josm/plugins/smed/plugs/wayarea/src/wayarea/panels/PanelN.java	(revision 27635)
@@ -0,0 +1,7 @@
+package wayarea.panels;
+
+import javax.swing.JPanel;
+
+public class PanelN extends JPanel {
+
+}
