![JAR search and dependency download from the Maven repository](/logo.png)
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