I want to align a single button to JPanel, but I'm not getting it, it's using the default layout.
public class Test extends JFrame {
private JButton btn;
private JPanel painel;
private JScrollPane scroll;
private JTextArea tAr...
asked by
21.05.2017 / 00:51