Posts by leo4 • 1 point
1 post
-
0
votes1
answer623
viewsQ: Align JPANEL button
I want to align a single button to the Jpanel, but I’m not succeeding, using the default layout. public class Test extends JFrame { private JButton btn; private JPanel painel; private JScrollPane…