Issue #578 Always on top fixed on search results, using dialog where possible

This commit is contained in:
Jindra Petřík
2014-06-07 07:43:02 +02:00
parent b2feb476bb
commit 6c1e7ccad5
27 changed files with 79 additions and 17 deletions

View File

@@ -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();
}