Guest User

Untitled

a guest
Oct 16th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.32 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2.  
  3. <Form version="1.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
  4. <Properties>
  5. <Property name="defaultCloseOperation" type="int" value="3"/>
  6. </Properties>
  7. <SyntheticProperties>
  8. <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
  9. </SyntheticProperties>
  10. <AuxValues>
  11. <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
  12. <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
  13. <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
  14. <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
  15. <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
  16. <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
  17. <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
  18. <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
  19. <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
  20. </AuxValues>
  21.  
  22. <Layout>
  23. <DimensionLayout dim="0">
  24. <Group type="103" groupAlignment="0" attributes="0">
  25. <Component id="tabs" alignment="0" max="32767" attributes="0"/>
  26. </Group>
  27. </DimensionLayout>
  28. <DimensionLayout dim="1">
  29. <Group type="103" groupAlignment="0" attributes="0">
  30. <Component id="tabs" alignment="0" max="32767" attributes="0"/>
  31. </Group>
  32. </DimensionLayout>
  33. </Layout>
  34. <SubComponents>
  35. <Container class="javax.swing.JTabbedPane" name="tabs">
  36.  
  37. <Layout class="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout"/>
  38. <SubComponents>
  39. <Container class="javax.swing.JPanel" name="jPanel1">
  40. <Constraints>
  41. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
  42. <JTabbedPaneConstraints tabName="Login">
  43. <Property name="tabTitle" type="java.lang.String" value="Login"/>
  44. </JTabbedPaneConstraints>
  45. </Constraint>
  46. </Constraints>
  47.  
  48. <Layout>
  49. <DimensionLayout dim="0">
  50. <Group type="103" groupAlignment="0" attributes="0">
  51. <Group type="102" alignment="0" attributes="0">
  52. <EmptySpace min="-2" pref="184" max="-2" attributes="0"/>
  53. <Group type="103" groupAlignment="1" attributes="0">
  54. <Component id="jLabel2" min="-2" max="-2" attributes="0"/>
  55. <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
  56. </Group>
  57. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  58. <Group type="103" groupAlignment="0" attributes="0">
  59. <Component id="loginButton" min="-2" max="-2" attributes="0"/>
  60. <Group type="103" groupAlignment="0" max="-2" attributes="0">
  61. <Component id="usernameBox" max="32767" attributes="0"/>
  62. <Component id="jPasswordField1" pref="120" max="32767" attributes="0"/>
  63. </Group>
  64. </Group>
  65. <EmptySpace pref="372" max="32767" attributes="0"/>
  66. </Group>
  67. </Group>
  68. </DimensionLayout>
  69. <DimensionLayout dim="1">
  70. <Group type="103" groupAlignment="0" attributes="0">
  71. <Group type="102" alignment="0" attributes="0">
  72. <EmptySpace min="-2" pref="143" max="-2" attributes="0"/>
  73. <Group type="103" groupAlignment="3" attributes="0">
  74. <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
  75. <Component id="usernameBox" alignment="3" min="-2" max="-2" attributes="0"/>
  76. </Group>
  77. <EmptySpace type="separate" max="-2" attributes="0"/>
  78. <Group type="103" groupAlignment="3" attributes="0">
  79. <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
  80. <Component id="jPasswordField1" alignment="3" min="-2" max="-2" attributes="0"/>
  81. </Group>
  82. <EmptySpace type="separate" max="-2" attributes="0"/>
  83. <Component id="loginButton" min="-2" max="-2" attributes="0"/>
  84. <EmptySpace pref="302" max="32767" attributes="0"/>
  85. </Group>
  86. </Group>
  87. </DimensionLayout>
  88. </Layout>
  89. <SubComponents>
  90. <Component class="javax.swing.JLabel" name="jLabel1">
  91. <Properties>
  92. <Property name="text" type="java.lang.String" value="Username:"/>
  93. </Properties>
  94. </Component>
  95. <Component class="javax.swing.JTextField" name="usernameBox">
  96. </Component>
  97. <Component class="javax.swing.JLabel" name="jLabel2">
  98. <Properties>
  99. <Property name="text" type="java.lang.String" value="Password:"/>
  100. </Properties>
  101. </Component>
  102. <Component class="javax.swing.JPasswordField" name="jPasswordField1">
  103. <Events>
  104. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jPasswordField1ActionPerformed"/>
  105. </Events>
  106. </Component>
  107. <Component class="javax.swing.JButton" name="loginButton">
  108. <Properties>
  109. <Property name="text" type="java.lang.String" value="Login"/>
  110. </Properties>
  111. <Events>
  112. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="loginButtonActionPerformed"/>
  113. </Events>
  114. </Component>
  115. </SubComponents>
  116. </Container>
  117. <Container class="javax.swing.JPanel" name="jPanel2">
  118. <Constraints>
  119. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
  120. <JTabbedPaneConstraints tabName="Subjects">
  121. <Property name="tabTitle" type="java.lang.String" value="Subjects"/>
  122. </JTabbedPaneConstraints>
  123. </Constraint>
  124. </Constraints>
  125.  
  126. <Layout>
  127. <DimensionLayout dim="0">
  128. <Group type="103" groupAlignment="0" attributes="0">
  129. <Group type="102" alignment="0" attributes="0">
  130. <EmptySpace max="-2" attributes="0"/>
  131. <Group type="103" groupAlignment="0" attributes="0">
  132. <Component id="jScrollPane1" pref="718" max="32767" attributes="0"/>
  133. <Group type="102" attributes="0">
  134. <Group type="103" groupAlignment="0" attributes="0">
  135. <Group type="102" alignment="0" attributes="0">
  136. <Component id="jLabel3" min="-2" max="-2" attributes="0"/>
  137. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  138. <Component id="subjectNameBox" min="-2" pref="120" max="-2" attributes="0"/>
  139. </Group>
  140. <Group type="102" alignment="0" attributes="0">
  141. <Component id="createNewSubjectButton" min="-2" max="-2" attributes="0"/>
  142. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  143. <Component id="jButton3" min="-2" max="-2" attributes="0"/>
  144. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  145. <Component id="jButton4" min="-2" max="-2" attributes="0"/>
  146. </Group>
  147. </Group>
  148. <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
  149. </Group>
  150. </Group>
  151. <EmptySpace max="-2" attributes="0"/>
  152. </Group>
  153. </Group>
  154. </DimensionLayout>
  155. <DimensionLayout dim="1">
  156. <Group type="103" groupAlignment="0" attributes="0">
  157. <Group type="102" alignment="0" attributes="0">
  158. <EmptySpace max="-2" attributes="0"/>
  159. <Group type="103" groupAlignment="3" attributes="0">
  160. <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
  161. <Component id="subjectNameBox" alignment="3" min="-2" max="-2" attributes="0"/>
  162. </Group>
  163. <EmptySpace max="-2" attributes="0"/>
  164. <Group type="103" groupAlignment="3" attributes="0">
  165. <Component id="createNewSubjectButton" alignment="3" min="-2" max="-2" attributes="0"/>
  166. <Component id="jButton3" alignment="3" min="-2" max="-2" attributes="0"/>
  167. <Component id="jButton4" alignment="3" min="-2" max="-2" attributes="0"/>
  168. </Group>
  169. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  170. <Component id="jScrollPane1" pref="462" max="32767" attributes="0"/>
  171. <EmptySpace max="-2" attributes="0"/>
  172. </Group>
  173. </Group>
  174. </DimensionLayout>
  175. </Layout>
  176. <SubComponents>
  177. <Component class="javax.swing.JLabel" name="jLabel3">
  178. <Properties>
  179. <Property name="text" type="java.lang.String" value="Name:"/>
  180. </Properties>
  181. </Component>
  182. <Component class="javax.swing.JTextField" name="subjectNameBox">
  183. </Component>
  184. <Component class="javax.swing.JButton" name="createNewSubjectButton">
  185. <Properties>
  186. <Property name="text" type="java.lang.String" value="Create new subject"/>
  187. </Properties>
  188. <Events>
  189. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="createNewSubjectButtonActionPerformed"/>
  190. </Events>
  191. </Component>
  192. <Component class="javax.swing.JButton" name="jButton3">
  193. <Properties>
  194. <Property name="text" type="java.lang.String" value="Delete subject"/>
  195. </Properties>
  196. </Component>
  197. <Component class="javax.swing.JButton" name="jButton4">
  198. <Properties>
  199. <Property name="text" type="java.lang.String" value="Manage subject"/>
  200. </Properties>
  201. </Component>
  202. <Container class="javax.swing.JScrollPane" name="jScrollPane1">
  203. <AuxValues>
  204. <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
  205. </AuxValues>
  206.  
  207. <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
  208. <SubComponents>
  209. <Component class="javax.swing.JTable" name="jTable1">
  210. <Properties>
  211. <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
  212. <Table columnCount="2" rowCount="0">
  213. <Column editable="true" title="Code" type="java.lang.Object"/>
  214. <Column editable="true" title="Title" type="java.lang.Object"/>
  215. </Table>
  216. </Property>
  217. <Property name="columnModel" type="javax.swing.table.TableColumnModel" editor="org.netbeans.modules.form.editors2.TableColumnModelEditor">
  218. <TableColumnModel selectionModel="0">
  219. <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
  220. <Title/>
  221. <Editor/>
  222. <Renderer/>
  223. </Column>
  224. <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
  225. <Title/>
  226. <Editor/>
  227. <Renderer/>
  228. </Column>
  229. </TableColumnModel>
  230. </Property>
  231. <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor">
  232. <TableHeader reorderingAllowed="true" resizingAllowed="true"/>
  233. </Property>
  234. </Properties>
  235. </Component>
  236. </SubComponents>
  237. </Container>
  238. </SubComponents>
  239. </Container>
  240. <Container class="javax.swing.JPanel" name="jPanel3">
  241. <Constraints>
  242. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
  243. <JTabbedPaneConstraints tabName="Subject Info">
  244. <Property name="tabTitle" type="java.lang.String" value="Subject Info"/>
  245. </JTabbedPaneConstraints>
  246. </Constraint>
  247. </Constraints>
  248.  
  249. <Layout>
  250. <DimensionLayout dim="0">
  251. <Group type="103" groupAlignment="0" attributes="0">
  252. <Group type="102" attributes="0">
  253. <Group type="103" groupAlignment="0" attributes="0">
  254. <Group type="102" attributes="0">
  255. <EmptySpace max="-2" attributes="0"/>
  256. <Group type="103" groupAlignment="0" attributes="0">
  257. <Group type="102" attributes="0">
  258. <Group type="103" groupAlignment="1" attributes="0">
  259. <Component id="jLabel6" min="-2" max="-2" attributes="0"/>
  260. <Component id="jLabel5" min="-2" max="-2" attributes="0"/>
  261. <Component id="jLabel4" min="-2" max="-2" attributes="0"/>
  262. </Group>
  263. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  264. <Group type="103" groupAlignment="0" attributes="0">
  265. <Group type="102" attributes="0">
  266. <Component id="jTextField3" min="-2" pref="120" max="-2" attributes="0"/>
  267. <EmptySpace min="0" pref="419" max="32767" attributes="0"/>
  268. </Group>
  269. <Component id="jTextField4" max="32767" attributes="0"/>
  270. </Group>
  271. </Group>
  272. <Component id="jScrollPane2" alignment="0" pref="718" max="32767" attributes="0"/>
  273. </Group>
  274. </Group>
  275. <Group type="102" attributes="0">
  276. <EmptySpace min="-2" pref="27" max="-2" attributes="0"/>
  277. <Component id="jLabel7" min="-2" max="-2" attributes="0"/>
  278. <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
  279. </Group>
  280. <Group type="102" alignment="0" attributes="0">
  281. <EmptySpace max="-2" attributes="0"/>
  282. <Component id="jScrollPane3" max="32767" attributes="0"/>
  283. </Group>
  284. <Group type="102" alignment="1" attributes="0">
  285. <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
  286. <Component id="jButton5" min="-2" max="-2" attributes="0"/>
  287. </Group>
  288. </Group>
  289. <EmptySpace max="-2" attributes="0"/>
  290. </Group>
  291. </Group>
  292. </DimensionLayout>
  293. <DimensionLayout dim="1">
  294. <Group type="103" groupAlignment="0" attributes="0">
  295. <Group type="102" alignment="0" attributes="0">
  296. <EmptySpace max="-2" attributes="0"/>
  297. <Group type="103" groupAlignment="3" attributes="0">
  298. <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/>
  299. <Component id="jTextField3" alignment="3" min="-2" max="-2" attributes="0"/>
  300. </Group>
  301. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  302. <Group type="103" groupAlignment="3" attributes="0">
  303. <Component id="jLabel5" alignment="3" min="-2" max="-2" attributes="0"/>
  304. <Component id="jTextField4" alignment="3" min="-2" max="-2" attributes="0"/>
  305. </Group>
  306. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  307. <Component id="jLabel6" min="-2" max="-2" attributes="0"/>
  308. <EmptySpace max="-2" attributes="0"/>
  309. <Component id="jScrollPane2" min="-2" pref="142" max="-2" attributes="0"/>
  310. <EmptySpace type="separate" max="-2" attributes="0"/>
  311. <Component id="jLabel7" min="-2" max="-2" attributes="0"/>
  312. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  313. <Component id="jScrollPane3" pref="214" max="32767" attributes="0"/>
  314. <EmptySpace type="separate" max="-2" attributes="0"/>
  315. <Component id="jButton5" min="-2" max="-2" attributes="0"/>
  316. <EmptySpace max="-2" attributes="0"/>
  317. </Group>
  318. </Group>
  319. </DimensionLayout>
  320. </Layout>
  321. <SubComponents>
  322. <Component class="javax.swing.JLabel" name="jLabel4">
  323. <Properties>
  324. <Property name="text" type="java.lang.String" value="Subject code:"/>
  325. </Properties>
  326. </Component>
  327. <Component class="javax.swing.JLabel" name="jLabel5">
  328. <Properties>
  329. <Property name="text" type="java.lang.String" value="Title:"/>
  330. </Properties>
  331. </Component>
  332. <Component class="javax.swing.JTextField" name="jTextField3">
  333. </Component>
  334. <Component class="javax.swing.JTextField" name="jTextField4">
  335. </Component>
  336. <Component class="javax.swing.JLabel" name="jLabel6">
  337. <Properties>
  338. <Property name="text" type="java.lang.String" value="Content"/>
  339. </Properties>
  340. </Component>
  341. <Container class="javax.swing.JScrollPane" name="jScrollPane2">
  342. <AuxValues>
  343. <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
  344. </AuxValues>
  345.  
  346. <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
  347. <SubComponents>
  348. <Component class="javax.swing.JTextArea" name="jTextArea1">
  349. <Properties>
  350. <Property name="columns" type="int" value="20"/>
  351. <Property name="rows" type="int" value="5"/>
  352. </Properties>
  353. </Component>
  354. </SubComponents>
  355. </Container>
  356. <Component class="javax.swing.JLabel" name="jLabel7">
  357. <Properties>
  358. <Property name="text" type="java.lang.String" value="Objectives"/>
  359. </Properties>
  360. </Component>
  361. <Container class="javax.swing.JScrollPane" name="jScrollPane3">
  362. <AuxValues>
  363. <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
  364. </AuxValues>
  365.  
  366. <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
  367. <SubComponents>
  368. <Component class="javax.swing.JTextArea" name="jTextArea2">
  369. <Properties>
  370. <Property name="columns" type="int" value="20"/>
  371. <Property name="rows" type="int" value="5"/>
  372. </Properties>
  373. </Component>
  374. </SubComponents>
  375. </Container>
  376. <Component class="javax.swing.JButton" name="jButton5">
  377. <Properties>
  378. <Property name="text" type="java.lang.String" value="Create subject"/>
  379. </Properties>
  380. </Component>
  381. </SubComponents>
  382. </Container>
  383. <Container class="javax.swing.JPanel" name="jPanel4">
  384. <Constraints>
  385. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
  386. <JTabbedPaneConstraints tabName="Assessment">
  387. <Property name="tabTitle" type="java.lang.String" value="Assessment"/>
  388. </JTabbedPaneConstraints>
  389. </Constraint>
  390. </Constraints>
  391.  
  392. <Layout>
  393. <DimensionLayout dim="0">
  394. <Group type="103" groupAlignment="0" attributes="0">
  395. <Group type="102" attributes="0">
  396. <EmptySpace max="-2" attributes="0"/>
  397. <Group type="103" groupAlignment="0" attributes="0">
  398. <Group type="102" attributes="0">
  399. <Group type="103" groupAlignment="1" attributes="0">
  400. <Component id="jLabel9" min="-2" max="-2" attributes="0"/>
  401. <Component id="jLabel8" min="-2" max="-2" attributes="0"/>
  402. </Group>
  403. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  404. <Component id="jTextField5" max="32767" attributes="0"/>
  405. </Group>
  406. <Component id="jScrollPane4" alignment="0" pref="718" max="32767" attributes="0"/>
  407. <Group type="102" alignment="0" attributes="0">
  408. <Component id="jButton6" min="-2" max="-2" attributes="0"/>
  409. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  410. <Component id="jButton7" min="-2" max="-2" attributes="0"/>
  411. <EmptySpace max="32767" attributes="0"/>
  412. <Component id="jButton8" min="-2" max="-2" attributes="0"/>
  413. </Group>
  414. </Group>
  415. <EmptySpace max="-2" attributes="0"/>
  416. </Group>
  417. </Group>
  418. </DimensionLayout>
  419. <DimensionLayout dim="1">
  420. <Group type="103" groupAlignment="0" attributes="0">
  421. <Group type="102" alignment="0" attributes="0">
  422. <EmptySpace max="-2" attributes="0"/>
  423. <Group type="103" groupAlignment="3" attributes="0">
  424. <Component id="jLabel8" alignment="3" min="-2" max="-2" attributes="0"/>
  425. <Component id="jTextField5" alignment="3" min="-2" max="-2" attributes="0"/>
  426. </Group>
  427. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  428. <Component id="jLabel9" min="-2" max="-2" attributes="0"/>
  429. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  430. <Component id="jScrollPane4" pref="425" max="32767" attributes="0"/>
  431. <EmptySpace type="separate" max="-2" attributes="0"/>
  432. <Group type="103" groupAlignment="3" attributes="0">
  433. <Component id="jButton6" alignment="3" min="-2" max="-2" attributes="0"/>
  434. <Component id="jButton7" alignment="3" min="-2" max="-2" attributes="0"/>
  435. <Component id="jButton8" alignment="3" min="-2" max="-2" attributes="0"/>
  436. </Group>
  437. <EmptySpace max="-2" attributes="0"/>
  438. </Group>
  439. </Group>
  440. </DimensionLayout>
  441. </Layout>
  442. <SubComponents>
  443. <Component class="javax.swing.JLabel" name="jLabel8">
  444. <Properties>
  445. <Property name="text" type="java.lang.String" value="Subject:"/>
  446. </Properties>
  447. </Component>
  448. <Component class="javax.swing.JTextField" name="jTextField5">
  449. </Component>
  450. <Component class="javax.swing.JLabel" name="jLabel9">
  451. <Properties>
  452. <Property name="text" type="java.lang.String" value="Assessment Tasks"/>
  453. </Properties>
  454. </Component>
  455. <Container class="javax.swing.JScrollPane" name="jScrollPane4">
  456. <AuxValues>
  457. <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
  458. </AuxValues>
  459.  
  460. <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
  461. <SubComponents>
  462. <Component class="javax.swing.JTable" name="jTable2">
  463. <Properties>
  464. <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
  465. <Table columnCount="3" rowCount="0">
  466. <Column editable="true" title="Identifier" type="java.lang.Object"/>
  467. <Column editable="true" title="Value" type="java.lang.Object"/>
  468. <Column editable="true" title="Title" type="java.lang.Object"/>
  469. </Table>
  470. </Property>
  471. <Property name="columnModel" type="javax.swing.table.TableColumnModel" editor="org.netbeans.modules.form.editors2.TableColumnModelEditor">
  472. <TableColumnModel selectionModel="0">
  473. <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
  474. <Title/>
  475. <Editor/>
  476. <Renderer/>
  477. </Column>
  478. <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
  479. <Title/>
  480. <Editor/>
  481. <Renderer/>
  482. </Column>
  483. <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
  484. <Title/>
  485. <Editor/>
  486. <Renderer/>
  487. </Column>
  488. </TableColumnModel>
  489. </Property>
  490. <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor">
  491. <TableHeader reorderingAllowed="true" resizingAllowed="true"/>
  492. </Property>
  493. </Properties>
  494. </Component>
  495. </SubComponents>
  496. </Container>
  497. <Component class="javax.swing.JButton" name="jButton6">
  498. <Properties>
  499. <Property name="text" type="java.lang.String" value="Add task"/>
  500. </Properties>
  501. </Component>
  502. <Component class="javax.swing.JButton" name="jButton7">
  503. <Properties>
  504. <Property name="text" type="java.lang.String" value="Delete task"/>
  505. </Properties>
  506. </Component>
  507. <Component class="javax.swing.JButton" name="jButton8">
  508. <Properties>
  509. <Property name="text" type="java.lang.String" value="Update subject"/>
  510. </Properties>
  511. </Component>
  512. </SubComponents>
  513. </Container>
  514. <Container class="javax.swing.JPanel" name="jPanel5">
  515. <Constraints>
  516. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
  517. <JTabbedPaneConstraints tabName="Students and Marks">
  518. <Property name="tabTitle" type="java.lang.String" value="Students and Marks"/>
  519. </JTabbedPaneConstraints>
  520. </Constraint>
  521. </Constraints>
  522.  
  523. <Layout>
  524. <DimensionLayout dim="0">
  525. <Group type="103" groupAlignment="0" attributes="0">
  526. <Group type="102" attributes="0">
  527. <EmptySpace max="-2" attributes="0"/>
  528. <Group type="103" groupAlignment="0" attributes="0">
  529. <Group type="102" attributes="0">
  530. <Group type="103" groupAlignment="1" attributes="0">
  531. <Component id="jLabel11" min="-2" max="-2" attributes="0"/>
  532. <Component id="jLabel10" min="-2" max="-2" attributes="0"/>
  533. </Group>
  534. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  535. <Group type="103" groupAlignment="0" attributes="0">
  536. <Component id="jTextField6" max="32767" attributes="0"/>
  537. <Group type="102" attributes="0">
  538. <Component id="uploadStudentsButton" min="-2" max="-2" attributes="0"/>
  539. <EmptySpace min="0" pref="418" max="32767" attributes="0"/>
  540. </Group>
  541. </Group>
  542. </Group>
  543. <Component id="jSeparator1" alignment="0" max="32767" attributes="0"/>
  544. <Group type="102" alignment="0" attributes="0">
  545. <Group type="103" groupAlignment="1" attributes="0">
  546. <Component id="jLabel13" min="-2" max="-2" attributes="0"/>
  547. <Component id="jLabel12" min="-2" max="-2" attributes="0"/>
  548. </Group>
  549. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  550. <Group type="103" groupAlignment="0" attributes="0">
  551. <Component id="jButton10" min="-2" max="-2" attributes="0"/>
  552. <Component id="jSpinner1" min="-2" max="-2" attributes="0"/>
  553. </Group>
  554. <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
  555. </Group>
  556. </Group>
  557. <EmptySpace max="-2" attributes="0"/>
  558. </Group>
  559. </Group>
  560. </DimensionLayout>
  561. <DimensionLayout dim="1">
  562. <Group type="103" groupAlignment="0" attributes="0">
  563. <Group type="102" alignment="0" attributes="0">
  564. <EmptySpace max="-2" attributes="0"/>
  565. <Group type="103" groupAlignment="3" attributes="0">
  566. <Component id="jLabel10" alignment="3" min="-2" max="-2" attributes="0"/>
  567. <Component id="jTextField6" alignment="3" min="-2" max="-2" attributes="0"/>
  568. </Group>
  569. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  570. <Group type="103" groupAlignment="3" attributes="0">
  571. <Component id="jLabel11" alignment="3" min="-2" max="-2" attributes="0"/>
  572. <Component id="uploadStudentsButton" alignment="3" min="-2" max="-2" attributes="0"/>
  573. </Group>
  574. <EmptySpace type="separate" max="-2" attributes="0"/>
  575. <Component id="jSeparator1" min="-2" pref="10" max="-2" attributes="0"/>
  576. <EmptySpace max="-2" attributes="0"/>
  577. <Component id="jLabel12" min="-2" max="-2" attributes="0"/>
  578. <EmptySpace type="separate" max="-2" attributes="0"/>
  579. <Group type="103" groupAlignment="3" attributes="0">
  580. <Component id="jLabel13" alignment="3" min="-2" max="-2" attributes="0"/>
  581. <Component id="jSpinner1" alignment="3" min="-2" max="-2" attributes="0"/>
  582. </Group>
  583. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  584. <Component id="jButton10" min="-2" max="-2" attributes="0"/>
  585. <EmptySpace pref="359" max="32767" attributes="0"/>
  586. </Group>
  587. </Group>
  588. </DimensionLayout>
  589. </Layout>
  590. <SubComponents>
  591. <Component class="javax.swing.JLabel" name="jLabel10">
  592. <Properties>
  593. <Property name="text" type="java.lang.String" value="Subject:"/>
  594. </Properties>
  595. </Component>
  596. <Component class="javax.swing.JTextField" name="jTextField6">
  597. </Component>
  598. <Component class="javax.swing.JLabel" name="jLabel11">
  599. <Properties>
  600. <Property name="text" type="java.lang.String" value="Student Enrolment:"/>
  601. </Properties>
  602. </Component>
  603. <Component class="javax.swing.JButton" name="uploadStudentsButton">
  604. <Properties>
  605. <Property name="text" type="java.lang.String" value="Upload student identifiers from file"/>
  606. </Properties>
  607. <Events>
  608. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="uploadStudentsButtonActionPerformed"/>
  609. </Events>
  610. </Component>
  611. <Component class="javax.swing.JSeparator" name="jSeparator1">
  612. </Component>
  613. <Component class="javax.swing.JLabel" name="jLabel12">
  614. <Properties>
  615. <Property name="text" type="java.lang.String" value="Task Marks"/>
  616. </Properties>
  617. </Component>
  618. <Component class="javax.swing.JLabel" name="jLabel13">
  619. <Properties>
  620. <Property name="text" type="java.lang.String" value="Task:"/>
  621. </Properties>
  622. </Component>
  623. <Component class="javax.swing.JSpinner" name="jSpinner1">
  624. </Component>
  625. <Component class="javax.swing.JButton" name="jButton10">
  626. <Properties>
  627. <Property name="text" type="java.lang.String" value="Upload student marks"/>
  628. </Properties>
  629. </Component>
  630. </SubComponents>
  631. </Container>
  632. <Container class="javax.swing.JPanel" name="jPanel6">
  633. <Constraints>
  634. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
  635. <JTabbedPaneConstraints tabName="Results">
  636. <Property name="tabTitle" type="java.lang.String" value="Results"/>
  637. </JTabbedPaneConstraints>
  638. </Constraint>
  639. </Constraints>
  640.  
  641. <Layout>
  642. <DimensionLayout dim="0">
  643. <Group type="103" groupAlignment="0" attributes="0">
  644. <Group type="102" alignment="0" attributes="0">
  645. <EmptySpace max="-2" attributes="0"/>
  646. <Group type="103" groupAlignment="0" attributes="0">
  647. <Component id="jScrollPane6" pref="718" max="32767" attributes="0"/>
  648. <Group type="102" attributes="0">
  649. <Component id="jLabel14" min="-2" max="-2" attributes="0"/>
  650. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  651. <Component id="jTextField7" max="32767" attributes="0"/>
  652. </Group>
  653. </Group>
  654. <EmptySpace max="-2" attributes="0"/>
  655. </Group>
  656. </Group>
  657. </DimensionLayout>
  658. <DimensionLayout dim="1">
  659. <Group type="103" groupAlignment="0" attributes="0">
  660. <Group type="102" alignment="0" attributes="0">
  661. <EmptySpace max="-2" attributes="0"/>
  662. <Group type="103" groupAlignment="3" attributes="0">
  663. <Component id="jLabel14" alignment="3" min="-2" max="-2" attributes="0"/>
  664. <Component id="jTextField7" alignment="3" min="-2" max="-2" attributes="0"/>
  665. </Group>
  666. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  667. <Component id="jScrollPane6" pref="491" max="32767" attributes="0"/>
  668. <EmptySpace max="-2" attributes="0"/>
  669. </Group>
  670. </Group>
  671. </DimensionLayout>
  672. </Layout>
  673. <SubComponents>
  674. <Component class="javax.swing.JLabel" name="jLabel14">
  675. <Properties>
  676. <Property name="text" type="java.lang.String" value="Subject:"/>
  677. </Properties>
  678. </Component>
  679. <Component class="javax.swing.JTextField" name="jTextField7">
  680. </Component>
  681. <Container class="javax.swing.JScrollPane" name="jScrollPane6">
  682. <AuxValues>
  683. <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
  684. </AuxValues>
  685.  
  686. <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
  687. <SubComponents>
  688. <Component class="javax.swing.JTable" name="jTable3">
  689. <Properties>
  690. <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
  691. <Table columnCount="2" rowCount="4">
  692. <Column editable="true" title="Student ID" type="java.lang.Object"/>
  693. <Column editable="true" title="Total mark" type="java.lang.Object"/>
  694. </Table>
  695. </Property>
  696. <Property name="columnModel" type="javax.swing.table.TableColumnModel" editor="org.netbeans.modules.form.editors2.TableColumnModelEditor">
  697. <TableColumnModel selectionModel="0">
  698. <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
  699. <Title/>
  700. <Editor/>
  701. <Renderer/>
  702. </Column>
  703. <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
  704. <Title/>
  705. <Editor/>
  706. <Renderer/>
  707. </Column>
  708. </TableColumnModel>
  709. </Property>
  710. <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor">
  711. <TableHeader reorderingAllowed="true" resizingAllowed="true"/>
  712. </Property>
  713. </Properties>
  714. </Component>
  715. </SubComponents>
  716. </Container>
  717. </SubComponents>
  718. </Container>
  719. <Container class="javax.swing.JPanel" name="jPanel7">
  720. <Constraints>
  721. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
  722. <JTabbedPaneConstraints tabName="Messages">
  723. <Property name="tabTitle" type="java.lang.String" value="Messages"/>
  724. </JTabbedPaneConstraints>
  725. </Constraint>
  726. </Constraints>
  727.  
  728. <Layout>
  729. <DimensionLayout dim="0">
  730. <Group type="103" groupAlignment="0" attributes="0">
  731. <Group type="102" alignment="0" attributes="0">
  732. <EmptySpace max="-2" attributes="0"/>
  733. <Component id="jScrollPane5" pref="718" max="32767" attributes="0"/>
  734. <EmptySpace max="-2" attributes="0"/>
  735. </Group>
  736. </Group>
  737. </DimensionLayout>
  738. <DimensionLayout dim="1">
  739. <Group type="103" groupAlignment="0" attributes="0">
  740. <Group type="102" alignment="0" attributes="0">
  741. <EmptySpace max="-2" attributes="0"/>
  742. <Component id="jScrollPane5" pref="522" max="32767" attributes="0"/>
  743. <EmptySpace max="-2" attributes="0"/>
  744. </Group>
  745. </Group>
  746. </DimensionLayout>
  747. </Layout>
  748. <SubComponents>
  749. <Container class="javax.swing.JScrollPane" name="jScrollPane5">
  750. <AuxValues>
  751. <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
  752. </AuxValues>
  753.  
  754. <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
  755. <SubComponents>
  756. <Component class="javax.swing.JTextArea" name="messages">
  757. <Properties>
  758. <Property name="columns" type="int" value="20"/>
  759. <Property name="rows" type="int" value="5"/>
  760. </Properties>
  761. </Component>
  762. </SubComponents>
  763. </Container>
  764. </SubComponents>
  765. </Container>
  766. </SubComponents>
  767. </Container>
  768. </SubComponents>
  769. </Form>
Add Comment
Please, Sign In to add comment