public static void main(String[] args) {
   new Demo_FirstTexturedPolygon().Execute();
   System.exit(0);
 }