JAVA ONLY (IntelliJ IDEA 2019.1.1) , PLEASE LIST THE MAIN ASWELL, MOSTLY HAVING ISSUES GETTING IT ALL TO COME TOGETHER
Question: Create a GUI for a stack-based calculator,also known as an RPN calculator (Reverse Polish Notati…
create a GUI for a stack-based calculator, also known as an RPNcalculator (Reverse Polish Notation). Make sure that besides aJFrame you also create a JPanel to hold your components, and changethe title of the JFrame to something other than empty. Your programmust have the following:
1) A text field to display the number currently being entered bythe user (can be editable)
2) A text field to display the
OR
OR