Posts by Felipe Squire • 11 points
1 post
-
1
votes1
answer544
viewsQ: How to call a class through another class using Jmenuitem?
I have two classes in the same package, one called Calc, which is a simple calculator, whose code is below: public Calc(){ super("Calculadora"); Container tela = getContentPane(); setLayout(null);…