SyntaxFix
Write A Post
Hire A Developer
Questions
JPanel p=new JPanel(); GridBagLayout layout=new GridBagLayout(); p.setLayout(layout); GridBagConstraints gbc = new GridBagConstraints(); gbc.fill=GridBagConstraints.HORIZONTAL; gbc.gridx=0; gbc.gridy=0; p2.add("",gbc);