Merged AS1/2/3 frame, displaying shapes, images,...

This commit is contained in:
Jindra Pet��k
2013-01-12 16:22:49 +01:00
parent 4a8870aa2e
commit 29c8fb98f9
104 changed files with 1956 additions and 2218 deletions
@@ -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;
}
}