385,326 views
40 votes
40 votes
How to make a Java GUI application? Discuss each step needed.

User Sarbagya Dhaubanjar
by
2.9k points

1 Answer

14 votes
14 votes

Step-by-step explanation:

Create a JFrame container

1- In the Projects window, right-click the NumberAddition node and choose New > Other .

2- In the New File dialog box, choose the Swing GUI Forms category and the JFrame Form file type. Click Next.

3- Enter NumberAdditionUI as the class name.

4- Enter my. numberaddition as the package.

5- Click Finish.

User Wesley Rice
by
3.4k points