Java tutorial
//package com.java2s; public class Main { static void invokeLater(Runnable runnable) { throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates. } }