|
| 1 | +<?xml version="1.0" encoding="UTF-8" ?> |
| 2 | + |
| 3 | +<Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> |
| 4 | + <NonVisualComponents> |
| 5 | + <Container class="javax.swing.JDialog" name="jDialog1"> |
| 6 | + |
| 7 | + <Layout> |
| 8 | + <DimensionLayout dim="0"> |
| 9 | + <Group type="103" groupAlignment="0" attributes="0"> |
| 10 | + <EmptySpace min="0" pref="400" max="32767" attributes="0"/> |
| 11 | + </Group> |
| 12 | + </DimensionLayout> |
| 13 | + <DimensionLayout dim="1"> |
| 14 | + <Group type="103" groupAlignment="0" attributes="0"> |
| 15 | + <EmptySpace min="0" pref="300" max="32767" attributes="0"/> |
| 16 | + </Group> |
| 17 | + </DimensionLayout> |
| 18 | + </Layout> |
| 19 | + </Container> |
| 20 | + <Container class="javax.swing.JFrame" name="jFrame1"> |
| 21 | + |
| 22 | + <Layout> |
| 23 | + <DimensionLayout dim="0"> |
| 24 | + <Group type="103" groupAlignment="0" attributes="0"> |
| 25 | + <EmptySpace min="0" pref="400" max="32767" attributes="0"/> |
| 26 | + </Group> |
| 27 | + </DimensionLayout> |
| 28 | + <DimensionLayout dim="1"> |
| 29 | + <Group type="103" groupAlignment="0" attributes="0"> |
| 30 | + <EmptySpace min="0" pref="300" max="32767" attributes="0"/> |
| 31 | + </Group> |
| 32 | + </DimensionLayout> |
| 33 | + </Layout> |
| 34 | + </Container> |
| 35 | + <Menu class="javax.swing.JMenuBar" name="jMenuBar1"> |
| 36 | + <SubComponents> |
| 37 | + <Menu class="javax.swing.JMenu" name="jMenu1"> |
| 38 | + <Properties> |
| 39 | + <Property name="text" type="java.lang.String" value="Back to Login"/> |
| 40 | + </Properties> |
| 41 | + <Events> |
| 42 | + <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jMenu1MouseClicked"/> |
| 43 | + </Events> |
| 44 | + </Menu> |
| 45 | + <Menu class="javax.swing.JMenu" name="jMenu2"> |
| 46 | + </Menu> |
| 47 | + </SubComponents> |
| 48 | + </Menu> |
| 49 | + </NonVisualComponents> |
| 50 | + <Properties> |
| 51 | + <Property name="defaultCloseOperation" type="int" value="3"/> |
| 52 | + <Property name="resizable" type="boolean" value="false"/> |
| 53 | + </Properties> |
| 54 | + <SyntheticProperties> |
| 55 | + <SyntheticProperty name="menuBar" type="java.lang.String" value="jMenuBar1"/> |
| 56 | + <SyntheticProperty name="formSizePolicy" type="int" value="1"/> |
| 57 | + <SyntheticProperty name="generateCenter" type="boolean" value="true"/> |
| 58 | + </SyntheticProperties> |
| 59 | + <AuxValues> |
| 60 | + <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> |
| 61 | + <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> |
| 62 | + <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> |
| 63 | + <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> |
| 64 | + <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> |
| 65 | + <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> |
| 66 | + <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> |
| 67 | + <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> |
| 68 | + <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> |
| 69 | + </AuxValues> |
| 70 | + |
| 71 | + <Layout> |
| 72 | + <DimensionLayout dim="0"> |
| 73 | + <Group type="103" groupAlignment="0" attributes="0"> |
| 74 | + <Component id="jPanel1" min="-2" pref="956" max="-2" attributes="0"/> |
| 75 | + </Group> |
| 76 | + </DimensionLayout> |
| 77 | + <DimensionLayout dim="1"> |
| 78 | + <Group type="103" groupAlignment="0" attributes="0"> |
| 79 | + <Component id="jPanel1" alignment="0" pref="699" max="32767" attributes="0"/> |
| 80 | + </Group> |
| 81 | + </DimensionLayout> |
| 82 | + </Layout> |
| 83 | + <SubComponents> |
| 84 | + <Container class="javax.swing.JPanel" name="jPanel1"> |
| 85 | + <Properties> |
| 86 | + <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> |
| 87 | + <Color blue="ff" green="ff" red="ff" type="rgb"/> |
| 88 | + </Property> |
| 89 | + </Properties> |
| 90 | + |
| 91 | + <Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout"> |
| 92 | + <Property name="useNullLayout" type="boolean" value="false"/> |
| 93 | + </Layout> |
| 94 | + <SubComponents> |
| 95 | + <Component class="javax.swing.JLabel" name="jLabel1"> |
| 96 | + <Properties> |
| 97 | + <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> |
| 98 | + <Font name="Calibri" size="24" style="1"/> |
| 99 | + </Property> |
| 100 | + <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> |
| 101 | + <Color blue="ff" green="99" red="33" type="rgb"/> |
| 102 | + </Property> |
| 103 | + <Property name="horizontalAlignment" type="int" value="0"/> |
| 104 | + <Property name="text" type="java.lang.String" value="About Project:"/> |
| 105 | + </Properties> |
| 106 | + <Constraints> |
| 107 | + <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription"> |
| 108 | + <AbsoluteConstraints x="61" y="29" width="190" height="44"/> |
| 109 | + </Constraint> |
| 110 | + </Constraints> |
| 111 | + </Component> |
| 112 | + <Container class="javax.swing.JScrollPane" name="jScrollPane1"> |
| 113 | + <AuxValues> |
| 114 | + <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> |
| 115 | + </AuxValues> |
| 116 | + <Constraints> |
| 117 | + <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription"> |
| 118 | + <AbsoluteConstraints x="61" y="79" width="682" height="561"/> |
| 119 | + </Constraint> |
| 120 | + </Constraints> |
| 121 | + |
| 122 | + <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> |
| 123 | + <SubComponents> |
| 124 | + <Component class="javax.swing.JTextPane" name="jTextPane1"> |
| 125 | + <Properties> |
| 126 | + <Property name="editable" type="boolean" value="false"/> |
| 127 | + <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> |
| 128 | + <Color blue="ff" green="ff" red="ff" type="rgb"/> |
| 129 | + </Property> |
| 130 | + <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> |
| 131 | + <Border info="null"/> |
| 132 | + </Property> |
| 133 | + <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> |
| 134 | + <Font name="Calibri" size="18" style="0"/> |
| 135 | + </Property> |
| 136 | + <Property name="text" type="java.lang.String" value="The School Management System Project In Java is developed using Java Programming Language, This School Management System Project In Java And MySQL is simple and basic level small project for learning purposes. Also, you can modify this system as per your requirements and develop a perfect advance level project.


A School Management System Java Code allows you to keep the student records and manage them when needed. This is a simple java project with a good and interactive-looking GUI. This Project Use MySQL Database for managing all the data that store in the database.

MODULES:

- Admin Module
- Student Module
- Teacher Module
- Class Module
- Exam Module
- Subject Module"/> |
| 137 | + <Property name="disabledTextColor" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> |
| 138 | + <Color blue="0" green="0" red="0" type="rgb"/> |
| 139 | + </Property> |
| 140 | + </Properties> |
| 141 | + <AuxValues> |
| 142 | + <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value="jTextPane1.setEnabled(false);"/> |
| 143 | + </AuxValues> |
| 144 | + </Component> |
| 145 | + </SubComponents> |
| 146 | + </Container> |
| 147 | + <Component class="javax.swing.JLabel" name="jLabel2"> |
| 148 | + <Properties> |
| 149 | + <Property name="horizontalAlignment" type="int" value="0"/> |
| 150 | + <Property name="text" type="java.lang.String" value="Developed by"/> |
| 151 | + </Properties> |
| 152 | + <Constraints> |
| 153 | + <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription"> |
| 154 | + <AbsoluteConstraints x="408" y="646" width="-1" height="21"/> |
| 155 | + </Constraint> |
| 156 | + </Constraints> |
| 157 | + </Component> |
| 158 | + <Component class="javax.swing.JLabel" name="jLabel3"> |
| 159 | + <Properties> |
| 160 | + <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> |
| 161 | + <Font name="Segoe UI" size="14" style="1"/> |
| 162 | + </Property> |
| 163 | + <Property name="horizontalAlignment" type="int" value="0"/> |
| 164 | + <Property name="text" type="java.lang.String" value="Naveenkumar J"/> |
| 165 | + <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor"> |
| 166 | + <Color id="Hand Cursor"/> |
| 167 | + </Property> |
| 168 | + </Properties> |
| 169 | + <Events> |
| 170 | + <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jLabel3MouseClicked"/> |
| 171 | + </Events> |
| 172 | + <Constraints> |
| 173 | + <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription"> |
| 174 | + <AbsoluteConstraints x="398" y="673" width="-1" height="-1"/> |
| 175 | + </Constraint> |
| 176 | + </Constraints> |
| 177 | + </Component> |
| 178 | + <Component class="javax.swing.JLabel" name="jLabel4"> |
| 179 | + <Properties> |
| 180 | + <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> |
| 181 | + <Font name="Tahoma" size="16" style="1"/> |
| 182 | + </Property> |
| 183 | + <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> |
| 184 | + <Color blue="ff" green="99" red="33" type="rgb"/> |
| 185 | + </Property> |
| 186 | + <Property name="text" type="java.lang.String" value="TECH STACKS USED:"/> |
| 187 | + </Properties> |
| 188 | + <Constraints> |
| 189 | + <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription"> |
| 190 | + <AbsoluteConstraints x="761" y="196" width="-1" height="-1"/> |
| 191 | + </Constraint> |
| 192 | + </Constraints> |
| 193 | + </Component> |
| 194 | + <Component class="javax.swing.JLabel" name="jLabel5"> |
| 195 | + <Properties> |
| 196 | + <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> |
| 197 | + <Image iconType="3" name="/img/mysql.png"/> |
| 198 | + </Property> |
| 199 | + </Properties> |
| 200 | + <Constraints> |
| 201 | + <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription"> |
| 202 | + <AbsoluteConstraints x="845" y="222" width="104" height="97"/> |
| 203 | + </Constraint> |
| 204 | + </Constraints> |
| 205 | + </Component> |
| 206 | + <Component class="javax.swing.JLabel" name="jLabel6"> |
| 207 | + <Properties> |
| 208 | + <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> |
| 209 | + <Image iconType="3" name="/img/waamp.png"/> |
| 210 | + </Property> |
| 211 | + </Properties> |
| 212 | + <Constraints> |
| 213 | + <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription"> |
| 214 | + <AbsoluteConstraints x="869" y="348" width="80" height="85"/> |
| 215 | + </Constraint> |
| 216 | + </Constraints> |
| 217 | + </Component> |
| 218 | + <Component class="javax.swing.JLabel" name="jLabel7"> |
| 219 | + <Properties> |
| 220 | + <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> |
| 221 | + <Image iconType="3" name="/img/JAVA.png"/> |
| 222 | + </Property> |
| 223 | + </Properties> |
| 224 | + <Constraints> |
| 225 | + <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription"> |
| 226 | + <AbsoluteConstraints x="763" y="232" width="-1" height="85"/> |
| 227 | + </Constraint> |
| 228 | + </Constraints> |
| 229 | + </Component> |
| 230 | + <Component class="javax.swing.JLabel" name="jLabel8"> |
| 231 | + <Properties> |
| 232 | + <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> |
| 233 | + <Image iconType="3" name="/img/netbeans.png"/> |
| 234 | + </Property> |
| 235 | + </Properties> |
| 236 | + <Constraints> |
| 237 | + <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription"> |
| 238 | + <AbsoluteConstraints x="760" y="350" width="92" height="85"/> |
| 239 | + </Constraint> |
| 240 | + </Constraints> |
| 241 | + </Component> |
| 242 | + </SubComponents> |
| 243 | + </Container> |
| 244 | + </SubComponents> |
| 245 | +</Form> |
0 commit comments