This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user