Search in sources :

Example 1 with SelectionSettingsPanel

use of com.willwinder.ugs.nbp.designer.gui.SelectionSettingsPanel in project Universal-G-Code-Sender by winder.

the class SettingsTopComponent method componentOpened.

@Override
protected void componentOpened() {
    super.componentOpened();
    removeAll();
    Controller controller = CentralLookup.getDefault().lookup(Controller.class);
    add(new SelectionSettingsPanel(controller));
}
Also used : Controller(com.willwinder.ugs.nbp.designer.logic.Controller) SelectionSettingsPanel(com.willwinder.ugs.nbp.designer.gui.SelectionSettingsPanel)

Aggregations

SelectionSettingsPanel (com.willwinder.ugs.nbp.designer.gui.SelectionSettingsPanel)1 Controller (com.willwinder.ugs.nbp.designer.logic.Controller)1