insert grid layout
This commit is contained in:
parent
392cc6d8e3
commit
0229035d69
Binary file not shown.
@ -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);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user