Posts by lucas • 11 points
1 post
-
1
votes0
answers30
viewsQ: View Jframe image
When trying to display an image in JFrame, it is always displayed with height size, a few pixels less. How do I solve? public class Janela extends JFrame { private JPanel painel; private…