Re: Issues/capabilities of the NetBeans GUI builder

2024-02-22 Thread Michael Bien
Hi, not everything has to use GroupLayout. Since you already have three tables in a JPanel, you can let that JPanel use any other layout manager which you prefer for the usercase. And yes, you could also write the code for the panel with the tables in it by hand if that is easier and still a

Issues/capabilities of the NetBeans GUI builder

2024-02-22 Thread Joseph Huber
Hello, I am modifying a small application that was designed with the NetBeans GUI builder. One of the JPanels displays three JTables side-by-side. The JTables have three columns and are inside of individual JScrollPanes. My task is to add more tables to display additional data. The JTable