mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 11:40:48 +00:00
Merged AS1/2/3 frame, displaying shapes, images,...
This commit is contained in:
@@ -137,13 +137,8 @@ public class ProxyFrame extends JFrame implements ActionListener, CatchedListene
|
||||
public void windowClosing(WindowEvent e) {
|
||||
setVisible(false);
|
||||
Main.removeTrayIcon();
|
||||
if (Main.abcMainFrame != null) {
|
||||
if (Main.abcMainFrame.isVisible()) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (Main.actionMainFrame != null) {
|
||||
if (Main.actionMainFrame.isVisible()) {
|
||||
if (Main.mainFrame != null) {
|
||||
if (Main.mainFrame.isVisible()) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user