Computer Science, asked by ainisafiyyah8883, 9 months ago

How to create Frame using Java Swing

Answers

Answered by dhanush1590
0

Answer:

Creates new frame using Frame("Example Frame") .

Create new TextArea and new Button .

Use Frame. add method to add new components to your frame.

Use Frame. setVisible to show the frame.

Similar questions