I hope this is allowed on the forum. StarTrek

import java.awt.Container;
import java.awt.JFrame;
import java.util;
import java.util.Scanner;
 
public class GifPlayer   {
 
         public static void main(String[] args)  {
 
 
        } //end method
 
} // end class

I assuming the java class starts out like this to make this make Gif Files like this. Is that correct? I can figure it out as I go along. Right now, I can't think of the correct methods and variables. Too much and I just want to know if it starts out this way.