//The BoxLayout JPanel paymentdetailsPanel = new JPanel(); paymentdetailsPanel.setLayout(new BoxLayout(paymentdetailsPanel, BoxLayout.Y_AXIS));
I'm finding that when I add JPanels to paymentdetailsPanel , it creates a big gap between them, I think it may be to do with some panels having a flow layout?
Please provide some feedback on this
Kyle


Sign In
Create Account


Back to top









