コード例 #1
0
 // this strange plumbing stuff is required due to "Standard Test Machinery" in base class
 public static void main(String args[]) throws InterruptedException {
   instance = new JListInGlassPaneOverlapping();
   OverlappingTestBase.doMain(args);
 }