Merge commit '42b2e5ca519766e37ce6941ba4faecc9691cc403' into upstream
[debian/openrocket] / core / src / net / sf / openrocket / gui / plugin / DoSomethingPlugin.java
diff --git a/core/src/net/sf/openrocket/gui/plugin/DoSomethingPlugin.java b/core/src/net/sf/openrocket/gui/plugin/DoSomethingPlugin.java
new file mode 100644 (file)
index 0000000..d238c4e
--- /dev/null
@@ -0,0 +1,16 @@
+package net.sf.openrocket.gui.plugin;
+
+import javax.swing.Action;
+
+import net.sf.openrocket.document.OpenRocketDocument;
+import net.sf.openrocket.gui.main.BasicFrame;
+
+public class DoSomethingPlugin extends OpenRocketSwingMenuPlugin {
+       
+       @Override
+       public Action getAction(BasicFrame frame, OpenRocketDocument document) {
+               // TODO Auto-generated method stub
+               return null;
+       }
+       
+}