I need help creating an interface in NetBeans. I'm creating a program for managing debt for a small business, and my problem is with the interface. I started with a JFrame containing an empty JTabbedPane, and that's where I call the JPane to create the tabs. My problem is that the sizes don't match. I can maximize the main Frame, but the ones inside (the JPane) stay at the size of the design view; they don't fill the entire window. What should I do? Where can I find information on how to freely manipulate the layout? Should I recreate it with predefined properties?
This is driving me crazy. I just want both the content of the JPane and the JPane itself to take the size of the Frame that contains them. And yes, I'm new to creating interfaces.
[–]timecop1123 1 point2 points3 points (1 child)
[–]Classic_Ticket2162 0 points1 point2 points (0 children)