标签: java swing class jframe
第一个类包含main和一个actionListener,当触发时,它应该从第二个类调用帧,如果可能的话。
public class IntelliJFrame{ public IntelliJFrame(){ }
这是我希望在头等舱中使用所需帧的第二个类。
public class TableFrameforestudent extends JFrame { } public TableFrameforestudent() { }