Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 08dd534

Browse files
author
İsmail Taşdelen
committed
master
1 parent d8b7f65 commit 08dd534

File tree

111 files changed

+12376
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+12376
-0
lines changed
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- You may freely edit this file. See commented blocks below for -->
3+
<!-- some examples of how to customize the build. -->
4+
<!-- (If you delete it and reopen the project it will be recreated.) -->
5+
<!-- By default, only the Clean and Build commands use this build script. -->
6+
<!-- Commands such as Run, Debug, and Test only use this build script if -->
7+
<!-- the Compile on Save feature is turned off for the project. -->
8+
<!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
9+
<!-- in the project's Project Properties dialog box.-->
10+
<project name="Java_GUI_Project_01" default="default" basedir=".">
11+
<description>Builds, tests, and runs the project Java_GUI_Project_01.</description>
12+
<import file="nbproject/build-impl.xml"/>
13+
<!--
14+
15+
There exist several targets which are by default empty and which can be
16+
used for execution of your tasks. These targets are usually executed
17+
before and after some main targets. They are:
18+
19+
-pre-init: called before initialization of project properties
20+
-post-init: called after initialization of project properties
21+
-pre-compile: called before javac compilation
22+
-post-compile: called after javac compilation
23+
-pre-compile-single: called before javac compilation of single file
24+
-post-compile-single: called after javac compilation of single file
25+
-pre-compile-test: called before javac compilation of JUnit tests
26+
-post-compile-test: called after javac compilation of JUnit tests
27+
-pre-compile-test-single: called before javac compilation of single JUnit test
28+
-post-compile-test-single: called after javac compilation of single JUunit test
29+
-pre-jar: called before JAR building
30+
-post-jar: called after JAR building
31+
-post-clean: called after cleaning build products
32+
33+
(Targets beginning with '-' are not intended to be called on their own.)
34+
35+
Example of inserting an obfuscator after compilation could look like this:
36+
37+
<target name="-post-compile">
38+
<obfuscate>
39+
<fileset dir="${build.classes.dir}"/>
40+
</obfuscate>
41+
</target>
42+
43+
For list of available properties check the imported
44+
nbproject/build-impl.xml file.
45+
46+
47+
Another way to customize the build is by overriding existing main targets.
48+
The targets of interest are:
49+
50+
-init-macrodef-javac: defines macro for javac compilation
51+
-init-macrodef-junit: defines macro for junit execution
52+
-init-macrodef-debug: defines macro for class debugging
53+
-init-macrodef-java: defines macro for class execution
54+
-do-jar: JAR building
55+
run: execution of project
56+
-javadoc-build: Javadoc generation
57+
test-report: JUnit report generation
58+
59+
An example of overriding the target for project execution could look like this:
60+
61+
<target name="run" depends="Java_GUI_Project_01-impl.jar">
62+
<exec dir="bin" executable="launcher.exe">
63+
<arg file="${dist.jar}"/>
64+
</exec>
65+
</target>
66+
67+
Notice that the overridden target depends on the jar target and not only on
68+
the compile target as the regular run target does. Again, for a list of available
69+
properties which you can use, check the target you are overriding in the
70+
nbproject/build-impl.xml file.
71+
72+
-->
73+
</project>

‎app/gui/Java_GUI_Project_01/build/classes/.netbeans_automatic_build‎

Whitespace-only changes.

‎app/gui/Java_GUI_Project_01/build/classes/.netbeans_update_resources‎

Whitespace-only changes.
698 Bytes
Binary file not shown.
506 Bytes
Binary file not shown.
6.44 KB
Binary file not shown.
Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
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+
<Properties>
5+
<Property name="defaultCloseOperation" type="int" value="3"/>
6+
</Properties>
7+
<SyntheticProperties>
8+
<SyntheticProperty name="formSizePolicy" type="int" value="1"/>
9+
<SyntheticProperty name="generateCenter" type="boolean" value="false"/>
10+
</SyntheticProperties>
11+
<AuxValues>
12+
<AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
13+
<AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
14+
<AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
15+
<AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
16+
<AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
17+
<AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
18+
<AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
19+
<AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
20+
<AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
21+
</AuxValues>
22+
23+
<Layout>
24+
<DimensionLayout dim="0">
25+
<Group type="103" groupAlignment="0" attributes="0">
26+
<Group type="102" alignment="0" attributes="0">
27+
<Component id="jPanel1" min="-2" max="-2" attributes="0"/>
28+
<EmptySpace min="0" pref="6" max="32767" attributes="0"/>
29+
</Group>
30+
</Group>
31+
</DimensionLayout>
32+
<DimensionLayout dim="1">
33+
<Group type="103" groupAlignment="0" attributes="0">
34+
<Group type="102" alignment="0" attributes="0">
35+
<EmptySpace max="-2" attributes="0"/>
36+
<Component id="jPanel1" min="-2" max="-2" attributes="0"/>
37+
<EmptySpace max="32767" attributes="0"/>
38+
</Group>
39+
</Group>
40+
</DimensionLayout>
41+
</Layout>
42+
<SubComponents>
43+
<Container class="javax.swing.JPanel" name="jPanel1">
44+
45+
<Layout>
46+
<DimensionLayout dim="0">
47+
<Group type="103" groupAlignment="0" attributes="0">
48+
<Group type="102" attributes="0">
49+
<EmptySpace max="-2" attributes="0"/>
50+
<Group type="103" groupAlignment="0" max="-2" attributes="0">
51+
<Group type="102" alignment="0" attributes="0">
52+
<Component id="jLabel1" min="-2" max="-2" attributes="0"/>
53+
<EmptySpace max="-2" attributes="0"/>
54+
<Component id="jTextField1" min="-2" pref="69" max="-2" attributes="0"/>
55+
</Group>
56+
<Group type="102" alignment="0" attributes="0">
57+
<Component id="jLabel2" min="-2" max="-2" attributes="0"/>
58+
<EmptySpace type="unrelated" max="-2" attributes="0"/>
59+
<Component id="jTextField2" max="32767" attributes="0"/>
60+
</Group>
61+
</Group>
62+
<EmptySpace type="separate" max="-2" attributes="0"/>
63+
<Component id="jButton1" min="-2" max="-2" attributes="0"/>
64+
<EmptySpace type="separate" max="32767" attributes="0"/>
65+
<Component id="jLabel3" min="-2" max="-2" attributes="0"/>
66+
<EmptySpace max="-2" attributes="0"/>
67+
</Group>
68+
</Group>
69+
</DimensionLayout>
70+
<DimensionLayout dim="1">
71+
<Group type="103" groupAlignment="0" attributes="0">
72+
<Group type="102" alignment="1" attributes="0">
73+
<EmptySpace max="32767" attributes="0"/>
74+
<Component id="jLabel3" min="-2" pref="34" max="-2" attributes="0"/>
75+
<EmptySpace min="-2" pref="19" max="-2" attributes="0"/>
76+
</Group>
77+
<Group type="102" attributes="0">
78+
<EmptySpace max="-2" attributes="0"/>
79+
<Group type="103" groupAlignment="0" attributes="0">
80+
<Group type="102" attributes="0">
81+
<Group type="103" groupAlignment="3" attributes="0">
82+
<Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
83+
<Component id="jTextField1" alignment="3" min="-2" max="-2" attributes="0"/>
84+
</Group>
85+
<EmptySpace min="-2" pref="14" max="-2" attributes="0"/>
86+
<Group type="103" groupAlignment="3" attributes="0">
87+
<Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
88+
<Component id="jTextField2" alignment="3" min="-2" max="-2" attributes="0"/>
89+
</Group>
90+
<EmptySpace min="0" pref="6" max="32767" attributes="0"/>
91+
</Group>
92+
<Component id="jButton1" alignment="1" max="32767" attributes="0"/>
93+
</Group>
94+
<EmptySpace max="-2" attributes="0"/>
95+
</Group>
96+
</Group>
97+
</DimensionLayout>
98+
</Layout>
99+
<SubComponents>
100+
<Component class="javax.swing.JLabel" name="jLabel1">
101+
<Properties>
102+
<Property name="text" type="java.lang.String" value="1. Say&#x131;y&#x131; Giriniz : "/>
103+
</Properties>
104+
</Component>
105+
<Component class="javax.swing.JLabel" name="jLabel2">
106+
<Properties>
107+
<Property name="text" type="java.lang.String" value="2. Say&#x131;y&#x131; Giriniz :"/>
108+
</Properties>
109+
</Component>
110+
<Component class="javax.swing.JTextField" name="jTextField1">
111+
</Component>
112+
<Component class="javax.swing.JTextField" name="jTextField2">
113+
</Component>
114+
<Component class="javax.swing.JButton" name="jButton1">
115+
<Properties>
116+
<Property name="text" type="java.lang.String" value="Hesapla"/>
117+
</Properties>
118+
<Events>
119+
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>
120+
</Events>
121+
</Component>
122+
<Component class="javax.swing.JLabel" name="jLabel3">
123+
<Properties>
124+
<Property name="text" type="java.lang.String" value="...Sonu&#xe7;..."/>
125+
</Properties>
126+
</Component>
127+
</SubComponents>
128+
</Container>
129+
</SubComponents>
130+
</Form>
Binary file not shown.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
libs.CopyLibs.classpath=\
2+
${base}/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar
3+
libs.CopyLibs.displayName=CopyLibs Task
4+
libs.CopyLibs.prop-version=2.0
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Manifest-Version: 1.0
2+
X-COMMENT: Main-Class will be added automatically by build
3+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /