Questions tagged as 'jpanel'

1
answer

Align JPanel button

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
1
answer

How do I resize a JPanel within a JScrollPane automatically?

After adding a number of buttons greater than JPanel it supports, I would like to update (increase JPanel ) automatically, how can I do this? private JPanel contentPane; private static int tamanho = 429; public static void main(S...
asked by 28.05.2016 / 22:56