Skip to content

Commit

Permalink
Customize Driver Frame
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrgupta999 committed Mar 31, 2024
1 parent 9729edd commit 8865ca1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified build/classes/Gui/Driver.class
Binary file not shown.
2 changes: 1 addition & 1 deletion build/classes/Gui/Driver.form
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Form version="1.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
<Properties>
<Property name="defaultCloseOperation" type="int" value="2"/>
<Property name="title" type="java.lang.String" value="Driver"/>
<Property name="title" type="java.lang.String" value="Global Transit | Driver"/>
</Properties>
<SyntheticProperties>
<SyntheticProperty name="formSizePolicy" type="int" value="1"/>
Expand Down
2 changes: 1 addition & 1 deletion src/Gui/Driver.form
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Form version="1.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
<Properties>
<Property name="defaultCloseOperation" type="int" value="2"/>
<Property name="title" type="java.lang.String" value="Driver"/>
<Property name="title" type="java.lang.String" value="Global Transit | Driver"/>
</Properties>
<SyntheticProperties>
<SyntheticProperty name="formSizePolicy" type="int" value="1"/>
Expand Down
2 changes: 1 addition & 1 deletion src/Gui/Driver.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ private void initComponents() {
jTable1 = new javax.swing.JTable();

setDefaultCloseOperation(javax.swing.WindowConstants.DISPOSE_ON_CLOSE);
setTitle("Driver");
setTitle("Global Transit | Driver");

jPanel1.setBackground(new java.awt.Color(255, 102, 0));

Expand Down

0 comments on commit 8865ca1

Please sign in to comment.