mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-25 12:55:34 +00:00
Issue #578 Always on top fixed on search results, using dialog where possible
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
*/
|
||||
package com.jpexs.decompiler.flash.gui;
|
||||
|
||||
import java.awt.Window;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author JPEXS
|
||||
@@ -31,4 +33,6 @@ public interface MainFrame {
|
||||
public boolean isVisible();
|
||||
|
||||
public void setVisible(boolean b);
|
||||
|
||||
public Window getWindow();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user