Package com.art.anette.client.ui.controls

Examples of com.art.anette.client.ui.controls.ControlContainer


     * @param guiController Der Controller Task-Elemente.
     */
    public TrayForm(Logic logic, GUITaskController guiController) {
        initComponents();
        this.logic = logic;
        guiController.registerGUI(new ControlContainer(lblTask, lblStarted, lblElapsedTime, btnStartTask, btnPause, btnStop, btnResumeOpenTask, btnStopOpenTask, btnBrowseTasks, cbTasks, tblOpenTasks));
        getRootPane().registerKeyboardAction(ProgressUtils.getButtonClickListener(btnClose), ProgressUtils.escStroke, JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
    }
View Full Code Here

TOP

Related Classes of com.art.anette.client.ui.controls.ControlContainer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.