just started
This commit is contained in:
@@ -8,6 +8,16 @@ import javax.swing.*;
|
||||
*
|
||||
*/
|
||||
public class ManagerGui extends JFrame{
|
||||
GridLayout grid = new GridLayout(2,9);
|
||||
GridLayout grid;
|
||||
JLabel Jname;
|
||||
JLabel Jlogo;
|
||||
|
||||
|
||||
public ManagerGui(int n,int m, String name, String logoFilePath){
|
||||
grid = new GridLayout(n,m);
|
||||
Jname = new JLabel(name);
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user