package gjt.test; import java.awt.*; class ConnectionsPanel extends Panel { public ConnectionsPanel() { add(new Label("Connections")); } }