Ning2018 / JavaFundamentals

0 stars 0 forks source link

GroupLayout #7

Open Ning2018 opened 6 years ago

Ning2018 commented 6 years ago

// Create groupLayout for certain container

GroupLayout layout = new GroupLayout(this.getContentPane()); this.getContentPane().setLayout(layout);