How To Call JFrame from another Java class

前端 未结 5 1897
渐次进展
渐次进展 2020-12-06 14:46

I am trying to do a simple Jform and call it from another class. I want to use this Jframe in a server client application, but I don\'t know how to open the JFrame class fro

5条回答
  •  失恋的感觉
    2020-12-06 15:25

     Calculas CAL = new Calculas();
      CAL.Calculus();
    

    maybe, CAL.Calculas(); I dont know java but I realized that, sorry about my english:)

提交回复
热议问题