import javax.swing.*; public class GUI{ public static void main(String[] args){ new GUI(); } public GUI(){ JFrame interface=new ...