create changelog entry
[debian/openrocket] / core / src / net / sf / openrocket / gui / plugin / DoSomethingPlugin.java
1 package net.sf.openrocket.gui.plugin;
2
3 import javax.swing.Action;
4
5 import net.sf.openrocket.document.OpenRocketDocument;
6 import net.sf.openrocket.gui.main.BasicFrame;
7
8 public class DoSomethingPlugin extends OpenRocketSwingMenuPlugin {
9         
10         @Override
11         public Action getAction(BasicFrame frame, OpenRocketDocument document) {
12                 // TODO Auto-generated method stub
13                 return null;
14         }
15         
16 }