-
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?
Changes from all commits
5287649
fa90679
7b4477d
60dd861
43ad746
cb1c005
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
<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 commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. okay ! |
||
<arg file="${dist.jar}"/> | ||
</exec> | ||
|
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,8 @@ | |
<Property name="defaultCloseOperation" type="int" value="3"/> | ||
</Properties> | ||
<SyntheticProperties> | ||
<SyntheticProperty name="formSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,91,0,0,1,-80"/> | ||
<SyntheticProperty name="formSizePolicy" type="int" value="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"/> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. okay! |
||
</SyntheticProperties> | ||
<AuxValues> | ||
<AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> | ||
|
@@ -25,88 +23,60 @@ | |
<Layout> | ||
<DimensionLayout dim="0"> | ||
<Group type="103" groupAlignment="0" attributes="0"> | ||
<Group type="102" alignment="1" attributes="0"> | ||
<EmptySpace pref="87" max="32767" attributes="0"/> | ||
<Component id="jPanel1" min="-2" max="-2" attributes="0"/> | ||
<EmptySpace min="-2" pref="75" max="-2" attributes="0"/> | ||
</Group> | ||
<Component id="jPanel1" alignment="1" max="32767" attributes="0"/> | ||
</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 commentThe reason will be displayed to describe this comment to others. Learn more. okay! |
||
<Component id="jPanel1" min="-2" max="-2" attributes="0"/> | ||
<EmptySpace pref="36" max="32767" attributes="0"/> | ||
</Group> | ||
<Component id="jPanel1" alignment="0" max="32767" attributes="0"/> | ||
</Group> | ||
</DimensionLayout> | ||
</Layout> | ||
<SubComponents> | ||
<Container class="javax.swing.JPanel" name="jPanel1"> | ||
<Properties> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. okay! |
||
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> | ||
<Border info="org.netbeans.modules.form.compat2.border.LineBorderInfo"> | ||
<LineBorder> | ||
<Color PropertyName="color" blue="0" green="0" red="ff" type="rgb"/> | ||
</LineBorder> | ||
</Border> | ||
<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> | ||
<Color blue="cc" green="cc" red="0" type="rgb"/> | ||
</Property> | ||
</Properties> | ||
|
||
<Layout> | ||
<DimensionLayout dim="0"> | ||
<Group type="103" groupAlignment="0" attributes="0"> | ||
<Group type="102" attributes="0"> | ||
<EmptySpace max="-2" attributes="0"/> | ||
<Group type="103" groupAlignment="0" attributes="0"> | ||
<Component id="jLabel1" alignment="0" min="-2" max="-2" attributes="0"/> | ||
<Group type="102" alignment="1" attributes="0"> | ||
<EmptySpace pref="29" max="-2" attributes="0"/> | ||
<Group type="103" groupAlignment="0" attributes="0"> | ||
<Group type="102" alignment="1" attributes="0"> | ||
<Component id="jProgressBar2" min="-2" max="-2" attributes="0"/> | ||
<EmptySpace min="-2" pref="42" max="-2" attributes="0"/> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. okay! |
||
</Group> | ||
<Group type="102" alignment="1" attributes="0"> | ||
<Component id="jLabel2" min="-2" max="-2" attributes="0"/> | ||
<EmptySpace min="-2" pref="79" max="-2" attributes="0"/> | ||
</Group> | ||
<Group type="102" alignment="1" attributes="0"> | ||
<Component id="jLabel4" min="-2" max="-2" attributes="0"/> | ||
<EmptySpace min="-2" pref="11" max="-2" attributes="0"/> | ||
</Group> | ||
</Group> | ||
<Group type="102" attributes="0"> | ||
<EmptySpace min="-2" pref="109" max="-2" attributes="0"/> | ||
<Component id="jLabel1" min="-2" max="-2" attributes="0"/> | ||
</Group> | ||
<Group type="102" alignment="0" attributes="0"> | ||
<EmptySpace min="-2" pref="147" max="-2" attributes="0"/> | ||
<Component id="jProgressBar2" min="-2" max="-2" attributes="0"/> | ||
</Group> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. okay! |
||
<Group type="102" alignment="0" attributes="0"> | ||
<EmptySpace min="-2" pref="182" max="-2" attributes="0"/> | ||
<Component id="jLabel2" min="-2" max="-2" attributes="0"/> | ||
</Group> | ||
</Group> | ||
<EmptySpace max="-2" attributes="0"/> | ||
<EmptySpace pref="182" max="32767" attributes="0"/> | ||
</Group> | ||
</Group> | ||
</DimensionLayout> | ||
<DimensionLayout dim="1"> | ||
<Group type="103" groupAlignment="0" attributes="0"> | ||
<Group type="102" attributes="0"> | ||
<EmptySpace max="-2" attributes="0"/> | ||
<Group type="102" alignment="0" attributes="0"> | ||
<EmptySpace min="-2" pref="57" max="-2" attributes="0"/> | ||
<Component id="jLabel1" min="-2" max="-2" attributes="0"/> | ||
<EmptySpace min="-2" pref="72" max="-2" attributes="0"/> | ||
<EmptySpace min="-2" pref="56" max="-2" attributes="0"/> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. okay |
||
<Component id="jProgressBar2" min="-2" max="-2" attributes="0"/> | ||
<EmptySpace max="-2" attributes="0"/> | ||
<EmptySpace type="unrelated" max="-2" attributes="0"/> | ||
<Component id="jLabel2" min="-2" max="-2" attributes="0"/> | ||
<EmptySpace type="separate" max="-2" attributes="0"/> | ||
<Component id="jLabel4" min="-2" max="-2" attributes="0"/> | ||
<EmptySpace max="-2" attributes="0"/> | ||
</Group> | ||
</Group> | ||
</DimensionLayout> | ||
</Layout> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. okay |
||
<SubComponents> | ||
<Component class="javax.swing.JLabel" name="jLabel4"> | ||
<Properties> | ||
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> | ||
<Image iconType="2" name="C:\Users\pc\Desktop\javac\Library_Management_System\icon_login\book2.jpg"/> | ||
</Property> | ||
</Properties> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. okay |
||
</Component> | ||
<Component class="javax.swing.JLabel" name="jLabel1"> | ||
<Properties> | ||
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> | ||
|
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!