import java.util.*;
import java.util.zip.*;
import java.util.List;
import java.util.regex.*;
import java.util.concurrent.*;
import java.util.concurrent.atomic.*;
import java.util.concurrent.locks.*;
import javax.swing.*;
import javax.swing.event.*;
import javax.swing.text.*;
import javax.swing.table.*;
import java.io.*;
import java.net.*;
import java.lang.reflect.*;
import java.lang.ref.*;
import java.lang.management.*;
import java.security.*;
import java.security.spec.*;
import java.awt.*;
import java.awt.event.*;
import java.awt.image.*;
import javax.imageio.*;
import java.math.*;
import java.awt.datatransfer.StringSelection;
import javax.swing.event.AncestorListener;
import javax.swing.event.AncestorEvent;
import javax.swing.Timer;
import javax.net.ssl.*;
import java.security.SecureRandom;
import java.security.cert.X509Certificate;
import java.text.SimpleDateFormat;
import java.text.NumberFormat;
class main {
static JLabel l;
public static void main(final String[] args) throws Exception { { swing(new Runnable() { public void run() { try {
disposeWindowOnClick(showFullScreen(jTiledBackground("#1007195",
setForeground(Color.white,
setFontSize(30,
centerLabel(
standardLabelPopupMenu(
l = new JLabel("BLA!"))))))));
awtEvery(l, 1000, new Runnable() { public void run() { try { l.setText(randomID(20)) ;
} catch (Exception __e) { throw rethrow(__e); } } public String toString() { return "l.setText(randomID(20))"; }});
} catch (Exception __e) { throw rethrow(__e); } } public String toString() { return "disposeWindowOnClick(showFullScreen(jTiledBackground(\"#1007195\",\r\n setFore..."; }}); }}
static Object swing(Object f) {
return swingAndWait(f);
}
static A swing(F0 f) {
return (A) swingAndWait(f);
}
static A swing(IF0 f) {
return (A) swingAndWait(f);
}
// Window must be made visible before calling this.
static void disposeWindowOnClick(final Window window) {
AWTEventListener l = new AWTEventListener() {
public void eventDispatched(AWTEvent evt) {
if (!window.isVisible()) {
//print("disposeWindowOnClick: Forgetting listener");
Toolkit.getDefaultToolkit().removeAWTEventListener(this);
return;
}
if (!(evt instanceof MouseEvent)) return;
Object source = evt.getSource();
if (source == window && evt.getID() == MouseEvent.MOUSE_PRESSED) {
Toolkit.getDefaultToolkit().removeAWTEventListener(this);
window.dispose();
}
}
};
Toolkit.getDefaultToolkit().addAWTEventListener(l, AWTEvent.MOUSE_EVENT_MASK);
}
static JFrame showFullScreen(JComponent c) {
return showFullScreen(defaultFrameTitle(), c);
}
static JFrame showFullScreen(final String title, final JComponent c) {
return (JFrame) swingAndWait(new F0