The first class contains the main and an actionListener, when triggerd, it should call the frame from the second class, if possible.
public class IntelliJFrame{
public IntelliJFrame(){
}
This is the second Class with the desired Frame i would like to use in the First Class.
public class TableFrameforestudent extends JFrame {
}
public TableFrameforestudent() {
}