Group 1 library management system#13
Open
Apache-ghost wants to merge 6 commits into3dcodex-org:group_1_library-management-systemfrom
Open
Group 1 library management system#13Apache-ghost wants to merge 6 commits into3dcodex-org:group_1_library-management-systemfrom
Apache-ghost wants to merge 6 commits into3dcodex-org:group_1_library-management-systemfrom
Conversation
Apache-ghost
commented
Mar 24, 2024
Author
Apache-ghost
left a comment
There was a problem hiding this comment.
The overall work is good .
| <!-- You can turn off the Compile on Save (or Deploy on Save) setting --> | ||
| <!-- in the project's Project Properties dialog box.--> | ||
| <project name="Library_Management_System" default="default" basedir="."> | ||
| <description>Builds, tests, and runs the project Library_Management_System.</description> |
| <description>Builds, tests, and runs the project Library_Management_System.</description> | ||
| <project name="Library_System" default="default" basedir="."> | ||
| <description>Builds, tests, and runs the project Library_System.</description> | ||
| <import file="nbproject/build-impl.xml"/> |
|
|
||
| <target name="run" depends="Library_Management_System-impl.jar"> | ||
| <target name="run" depends="Library_System-impl.jar"> | ||
| <exec dir="bin" executable="launcher.exe"> |
| <SyntheticProperty name="generateSize" type="boolean" value="true"/> | ||
| <SyntheticProperty name="generateCenter" type="boolean" value="true"/> | ||
| <SyntheticProperty name="formSizePolicy" type="int" value="1"/> | ||
| <SyntheticProperty name="generateCenter" type="boolean" value="false"/> |
| <DimensionLayout dim="1"> | ||
| <Group type="103" groupAlignment="0" attributes="0"> | ||
| <Group type="102" alignment="0" attributes="0"> | ||
| <EmptySpace max="-2" attributes="0"/> |
| <SyntheticProperty name="generateSize" type="boolean" value="true"/> | ||
| <SyntheticProperty name="generateCenter" type="boolean" value="true"/> | ||
| <SyntheticProperty name="formSizePolicy" type="int" value="1"/> | ||
| <SyntheticProperty name="generateCenter" type="boolean" value="false"/> |
| <SyntheticProperty name="generateCenter" type="boolean" value="true"/> | ||
| <SyntheticProperty name="formSizePolicy" type="int" value="1"/> | ||
| <SyntheticProperty name="generateCenter" type="boolean" value="false"/> | ||
| </SyntheticProperties> |
| <Group type="102" alignment="0" attributes="0"> | ||
| <EmptySpace max="-2" attributes="0"/> | ||
| <Component id="jPanel1" min="-2" max="-2" attributes="0"/> | ||
| <EmptySpace pref="81" max="32767" attributes="0"/> |
| <EmptySpace max="-2" attributes="0"/> | ||
| <Component id="jPanel1" max="32767" attributes="0"/> | ||
| <EmptySpace min="-2" pref="23" max="-2" attributes="0"/> | ||
| </Group> |
| <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> | ||
| <TitledBorder title="NewBook"> | ||
| <Font PropertyName="font" name="Tahoma" size="24" style="0"/> | ||
| <Color PropertyName="color" blue="ff" green="33" red="ff" type="rgb"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the update of the library system , since the other one was having runtime errors.