[feat] itinerary works and table display, no more jform
This commit is contained in:
parent
ce69a218e3
commit
70ad25019b
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ public class View extends JFrame {
|
|||
|
||||
|
||||
ButtonBar = new JMenuBar();
|
||||
GridLayout ButtonLayout = new GridLayout(4, 1);
|
||||
GridLayout ButtonLayout = new GridLayout(3, 1);
|
||||
ButtonBar.setLayout(ButtonLayout);
|
||||
Home = new JMenuItem("Home");
|
||||
ButtonBar.add(Home);
|
||||
|
|
Reference in a new issue