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

org.webswing.toolkit.WebFileDialogPeer8 Maven / Gradle / Ivy

The newest version!
package org.webswing.toolkit;

import sun.awt.CausedFocusEvent;

import java.awt.*;

public class WebFileDialogPeer8 extends WebFileDialogPeer {
    public WebFileDialogPeer8(FileDialog paramFileDialog) {
        super(paramFileDialog);
    }


    @Override
    public boolean requestFocus(Component lightweightChild, boolean temporary, boolean focusedWindowChangeAllowed, long time, CausedFocusEvent.Cause cause) {
        return WebToolkit8.requestFocus(target,lightweightChild,temporary,focusedWindowChangeAllowed,time,cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy