mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-01-08 11:31:22 +00:00
Added forceActive.
This commit is contained in:
parent
0ad58032bb
commit
93784072c6
@ -64,6 +64,7 @@ public class SwtAppleCommander implements Listener {
|
||||
imageManager = new ImageManager(display);
|
||||
SwtAppleCommander application = new SwtAppleCommander();
|
||||
Shell shell = application.open(display);
|
||||
shell.forceActive();
|
||||
|
||||
while (!shell.isDisposed()) {
|
||||
if (!display.readAndDispatch()) display.sleep();
|
||||
|
Loading…
Reference in New Issue
Block a user