insert grid layout

This commit is contained in:
Rémi Heredero 2022-05-15 19:06:32 +02:00
parent 392cc6d8e3
commit 0229035d69
2 changed files with 5 additions and 2 deletions

Binary file not shown.

View File

@ -1,10 +1,13 @@
package BillGUI;
import javax.swing.JFrame;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
/**
*
*/
public class ManagerGui extends JFrame{
GridLayout grid = new GridLayout(2,9);
}