I have this code:
import javax.swing.*; import java.awt.*; public class Test extends JFrame { public Test() { JPanel panel = new JPanel();