试图在另一个帧中使用一个帧但是来自两个不同的类

时间:2015-12-01 16:34:40

标签: java swing class jframe

第一个类包含main和一个actionListener,当触发时,它应该从第二个类调用帧,如果可能的话。

public class IntelliJFrame{
  public IntelliJFrame(){

  }

这是我希望在头等舱中使用所需帧的第二个类。

public class TableFrameforestudent extends JFrame {
}
public TableFrameforestudent() {
}   

0 个答案:

没有答案