Skip to content

Commit 04d93ba

Browse files
Created Packages
Added Login Page and Manager page
2 parents 2cc86dd + da13cb9 commit 04d93ba

File tree

3 files changed

+442
-0
lines changed

3 files changed

+442
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
<<<<<<< HEAD
12
# InventoryManagementJava
23
This will contain code for the java application.
4+
=======
5+
# InventoryManagement
6+
for java codes
7+
>>>>>>> da13cb954412431c211ad3d053ea1edaefdf2229

src/checkout/Checkout.form

Lines changed: 208 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,208 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
3+
<Form version="1.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
4+
<NonVisualComponents>
5+
<Menu class="javax.swing.JMenuBar" name="jMenuBar1">
6+
<SubComponents>
7+
<Menu class="javax.swing.JMenu" name="checkoutMenu">
8+
<Properties>
9+
<Property name="text" type="java.lang.String" value="Menu"/>
10+
</Properties>
11+
<SubComponents>
12+
<MenuItem class="javax.swing.JMenuItem" name="checkoutInv">
13+
<Properties>
14+
<Property name="text" type="java.lang.String" value="Inventory"/>
15+
</Properties>
16+
</MenuItem>
17+
<MenuItem class="javax.swing.JMenuItem" name="checkoutSales">
18+
<Properties>
19+
<Property name="text" type="java.lang.String" value="Sales"/>
20+
</Properties>
21+
</MenuItem>
22+
<MenuItem class="javax.swing.JMenuItem" name="checkoutLogout">
23+
<Properties>
24+
<Property name="text" type="java.lang.String" value="Log Out"/>
25+
</Properties>
26+
</MenuItem>
27+
</SubComponents>
28+
</Menu>
29+
</SubComponents>
30+
</Menu>
31+
</NonVisualComponents>
32+
<Properties>
33+
<Property name="defaultCloseOperation" type="int" value="3"/>
34+
<Property name="title" type="java.lang.String" value="CHECKOUT"/>
35+
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
36+
<Dimension value="[580, 580]"/>
37+
</Property>
38+
<Property name="resizable" type="boolean" value="false"/>
39+
<Property name="size" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
40+
<Dimension value="[580, 580]"/>
41+
</Property>
42+
</Properties>
43+
<SyntheticProperties>
44+
<SyntheticProperty name="menuBar" type="java.lang.String" value="jMenuBar1"/>
45+
<SyntheticProperty name="formSizePolicy" type="int" value="1"/>
46+
<SyntheticProperty name="generateCenter" type="boolean" value="false"/>
47+
</SyntheticProperties>
48+
<AuxValues>
49+
<AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
50+
<AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
51+
<AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
52+
<AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
53+
<AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
54+
<AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
55+
<AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
56+
<AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
57+
<AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
58+
</AuxValues>
59+
60+
<Layout>
61+
<DimensionLayout dim="0">
62+
<Group type="103" groupAlignment="0" attributes="0">
63+
<Group type="102" attributes="0">
64+
<EmptySpace max="-2" attributes="0"/>
65+
<Group type="103" groupAlignment="0" max="-2" attributes="0">
66+
<Component id="jButton2" pref="131" max="32767" attributes="0"/>
67+
<Component id="jButton1" max="32767" attributes="0"/>
68+
</Group>
69+
<EmptySpace min="-2" pref="130" max="-2" attributes="0"/>
70+
<Group type="103" groupAlignment="0" attributes="0">
71+
<Component id="jLabel2" alignment="0" min="-2" max="-2" attributes="0"/>
72+
<Component id="jLabel3" alignment="0" min="-2" max="-2" attributes="0"/>
73+
<Component id="jLabel1" alignment="0" min="-2" max="-2" attributes="0"/>
74+
</Group>
75+
<EmptySpace min="-2" pref="163" max="-2" attributes="0"/>
76+
<Group type="103" groupAlignment="0" attributes="0">
77+
<Component id="SgstText" pref="67" max="32767" attributes="0"/>
78+
<Component id="CgstText" max="32767" attributes="0"/>
79+
<Component id="TotalCost" max="32767" attributes="0"/>
80+
</Group>
81+
<EmptySpace max="-2" attributes="0"/>
82+
</Group>
83+
<Component id="jScrollPane1" max="32767" attributes="0"/>
84+
</Group>
85+
</DimensionLayout>
86+
<DimensionLayout dim="1">
87+
<Group type="103" groupAlignment="0" attributes="0">
88+
<Group type="102" alignment="0" attributes="0">
89+
<Component id="jScrollPane1" pref="438" max="32767" attributes="0"/>
90+
<EmptySpace max="-2" attributes="0"/>
91+
<Group type="103" groupAlignment="3" attributes="0">
92+
<Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
93+
<Component id="SgstText" alignment="3" min="-2" max="-2" attributes="0"/>
94+
<Component id="jButton1" alignment="3" min="-2" max="-2" attributes="0"/>
95+
</Group>
96+
<EmptySpace max="-2" attributes="0"/>
97+
<Group type="103" groupAlignment="3" attributes="0">
98+
<Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
99+
<Component id="CgstText" alignment="3" min="-2" max="-2" attributes="0"/>
100+
<Component id="jButton2" alignment="3" min="-2" max="-2" attributes="0"/>
101+
</Group>
102+
<EmptySpace max="-2" attributes="0"/>
103+
<Group type="103" groupAlignment="3" attributes="0">
104+
<Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
105+
<Component id="TotalCost" alignment="3" min="-2" max="-2" attributes="0"/>
106+
</Group>
107+
<EmptySpace min="-2" pref="24" max="-2" attributes="0"/>
108+
</Group>
109+
</Group>
110+
</DimensionLayout>
111+
</Layout>
112+
<SubComponents>
113+
<Component class="javax.swing.JLabel" name="jLabel1">
114+
<Properties>
115+
<Property name="text" type="java.lang.String" value="SGST"/>
116+
</Properties>
117+
</Component>
118+
<Component class="javax.swing.JLabel" name="jLabel2">
119+
<Properties>
120+
<Property name="text" type="java.lang.String" value="CGST"/>
121+
</Properties>
122+
</Component>
123+
<Component class="javax.swing.JLabel" name="jLabel3">
124+
<Properties>
125+
<Property name="text" type="java.lang.String" value="Total Price"/>
126+
</Properties>
127+
</Component>
128+
<Component class="javax.swing.JTextField" name="TotalCost">
129+
</Component>
130+
<Component class="javax.swing.JTextField" name="CgstText">
131+
</Component>
132+
<Component class="javax.swing.JTextField" name="SgstText">
133+
<Events>
134+
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="SgstTextActionPerformed"/>
135+
</Events>
136+
</Component>
137+
<Container class="javax.swing.JScrollPane" name="jScrollPane1">
138+
<AuxValues>
139+
<AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
140+
</AuxValues>
141+
142+
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
143+
<SubComponents>
144+
<Component class="javax.swing.JTable" name="checkoutTable">
145+
<Properties>
146+
<Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
147+
<Table columnCount="5" rowCount="0">
148+
<Column editable="true" title="ProductID" type="java.lang.Object"/>
149+
<Column editable="true" title="Name" type="java.lang.Object"/>
150+
<Column editable="true" title="Base Price" type="java.lang.Object"/>
151+
<Column editable="true" title="Quantity" type="java.lang.Object"/>
152+
<Column editable="true" title="Cost" type="java.lang.Object"/>
153+
</Table>
154+
</Property>
155+
<Property name="columnModel" type="javax.swing.table.TableColumnModel" editor="org.netbeans.modules.form.editors2.TableColumnModelEditor">
156+
<TableColumnModel selectionModel="0">
157+
<Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
158+
<Title/>
159+
<Editor/>
160+
<Renderer/>
161+
</Column>
162+
<Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
163+
<Title/>
164+
<Editor/>
165+
<Renderer/>
166+
</Column>
167+
<Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
168+
<Title/>
169+
<Editor/>
170+
<Renderer/>
171+
</Column>
172+
<Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
173+
<Title/>
174+
<Editor/>
175+
<Renderer/>
176+
</Column>
177+
<Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
178+
<Title/>
179+
<Editor/>
180+
<Renderer/>
181+
</Column>
182+
</TableColumnModel>
183+
</Property>
184+
<Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor">
185+
<TableHeader reorderingAllowed="true" resizingAllowed="true"/>
186+
</Property>
187+
</Properties>
188+
</Component>
189+
</SubComponents>
190+
</Container>
191+
<Component class="javax.swing.JButton" name="jButton1">
192+
<Properties>
193+
<Property name="text" type="java.lang.String" value="Add Product"/>
194+
</Properties>
195+
<Events>
196+
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>
197+
</Events>
198+
</Component>
199+
<Component class="javax.swing.JButton" name="jButton2">
200+
<Properties>
201+
<Property name="text" type="java.lang.String" value="Remove Product"/>
202+
</Properties>
203+
<Events>
204+
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton2ActionPerformed"/>
205+
</Events>
206+
</Component>
207+
</SubComponents>
208+
</Form>

0 commit comments

Comments
 (0)