-
Notifications
You must be signed in to change notification settings - Fork 27
Group 1 library management system #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: group_1_library-management-system
Are you sure you want to change the base?
Group 1 library management system #13
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The overall work is good .
@@ -7,8 +7,8 @@ | |||
<!-- the Compile on Save feature is turned off for the project. --> | |||
<!-- 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> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is okay!
<project name="Library_Management_System" default="default" basedir="."> | ||
<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"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is okay!
@@ -58,7 +58,7 @@ | |||
|
|||
An example of overriding the target for project execution could look like this: | |||
|
|||
<target name="run" depends="Library_Management_System-impl.jar"> | |||
<target name="run" depends="Library_System-impl.jar"> | |||
<exec dir="bin" executable="launcher.exe"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay !
<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"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay!
</Group> | ||
</DimensionLayout> | ||
<DimensionLayout dim="1"> | ||
<Group type="103" groupAlignment="0" attributes="0"> | ||
<Group type="102" alignment="0" attributes="0"> | ||
<EmptySpace max="-2" attributes="0"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay!
<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"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay
<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"/> | ||
</SyntheticProperties> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay
<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"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay
<Component id="jPanel1" max="32767" attributes="0"/> | ||
<EmptySpace min="-2" pref="23" max="-2" attributes="0"/> | ||
</Group> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay
<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"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
This is the update of the library system , since the other one was having runtime errors.