Posts by Ricardo Junior Oliveira • 3 points
1 post
-
0
votes1
answer35
viewsQ: Swingdialog Error Fatal
I am studying Swing with the Java Programmer’s Guide book, and this code does not validate. import javax.swing.*; @SuppressWarnings("serial") public class Main extends JFrame{ public Main() {…