Posts by Sanduíche velho • 13 points
1 post
-
1
votes1
answer358
viewsQ: Button does not appear in window
My button called btnLimpar does not appear. that’s the code: import javax.swing.*; import java.awt.*; import java.awt.event.ActionListener; import java.awt.event.ActionEvent; public class Frame…