import javax.swing.*; public class Program { public static void main(String[] args){ new FrameTruckCollection(); } }