All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.qspin.qtaste.javaguifx.server.FocusRequester Maven / Gradle / Ivy

The newest version!
package com.qspin.qtaste.javaguifx.server;

import com.qspin.qtaste.testsuite.QTasteException;

public class FocusRequester extends UpdateComponentCommander {

    @Override
    protected void prepareActions() throws QTasteException {
        // TODO Auto-generated method stub

    }

    @Override
    protected void doActionsInEventThread() throws QTasteException {
        component.requestFocus();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy