This commit is contained in:
2018-04-23 18:21:58 +02:00
parent 6857814130
commit 3fb306c90d
2 changed files with 16 additions and 14 deletions

View File

@@ -26,10 +26,12 @@ import javax.swing.border.TitledBorder;
public class MainPanel extends Panel {
/** Creates new form Panel */
public MainPanel() {
public MainPanel() {
initComponents();
getContext().getPluginManager().addDynamicClass(PuckDetection.class);
Controller.createInstance(this);
basePlatePanel.setMode(BasePlatePanel.Mode.single);
}