awt tag

2 questions


1 answers
82 views
0
I'm asking you a question because I got an execution error when I pressed the button.

package studyfree;import java.awt.Button;import java.awt.Frame;import java.awt.GridLayout;import java.awt.Label;import java.awt.Panel;import java.awt.event.ActionEvent;import java.awt.event.ActionList...

1 years ago

1 answers
76 views
0
Can I make a JAVA GUI listener without AWT?

I am an introductory Java developer who is studying with an Internet tutorial, and I learned how to create a full-screen GUI application. By the way, my program says that the previous version of AWT i...

1 years ago

© 2024 OneMinuteCode. All rights reserved.