Skip to content

Commit 73412a0

Browse files
authored
Merge pull request #2 from xmarkurion/dev
info button
2 parents 8bb2b7e + bd6c85e commit 73412a0

File tree

14 files changed

+249
-11
lines changed

14 files changed

+249
-11
lines changed

.idea/intellij-javadocs-4.0.1.xml

Lines changed: 204 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Scrape some wallpapers and fun stuf.
2-
###### This is done only for rescreach-purposes i do not encourage annyone to download annything Please use your own brain.
1+
<p align="center"><img src="http://www.markurion.eu/wp-content/uploads/2017/01/unnamed.gif"></p>
32

4-
Please refer to the documentation, when it will be generated.
3+
# Scrape some wallpapers and fun stuf.
4+
###### This is done only for rescreach purposes i do not encourage annyone to download annything. Please use your own brain.
55

66
## About
77
When you know what thread you would like to see on your drive.
@@ -10,12 +10,14 @@ You can instert there anny website link hoever the img will ge downloaded only f
1010
known to every one imageboard. If inside the thread there are webm's or gifs they will be saved to.
1111

1212
## Requirements
13-
This app requires Java 17
14-
> You can find install files for it [here](https://www.oracle.com/java/technologies/downloads/#jdk17-windows).
13+
This app requires Java 18 .. If you will install java 18 it should work too.
14+
> You can find install files for it [here](https://www.oracle.com/java/technologies/downloads/#java18).
1515
1616
## GUI
1717
The graphic interface done in Java Swing should look like this.
18+
1819
![Main menu](/readme/1.PNG)
20+
1921
![After link validation](/readme/2.PNG)
2022

2123

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
124 Bytes
Binary file not shown.
689 Bytes
Binary file not shown.

out/relase/1_1/Scraper_1_1.exe

13.4 MB
Binary file not shown.
File renamed without changes.

src/main/java/MainGUI.form

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<grid id="27dc6" binding="mainJpanel" layout-manager="GridLayoutManager" row-count="2" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
44
<margin top="0" left="0" bottom="0" right="0"/>
55
<constraints>
6-
<xy x="20" y="20" width="500" height="344"/>
6+
<xy x="20" y="20" width="500" height="378"/>
77
</constraints>
88
<properties>
99
<enabled value="true"/>
@@ -77,7 +77,7 @@
7777
</component>
7878
</children>
7979
</grid>
80-
<grid id="aab04" binding="dataPanel" layout-manager="GridLayoutManager" row-count="5" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
80+
<grid id="aab04" binding="dataPanel" layout-manager="GridLayoutManager" row-count="6" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
8181
<margin top="0" left="0" bottom="0" right="0"/>
8282
<constraints>
8383
<grid row="1" column="0" row-span="1" col-span="2" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
@@ -164,6 +164,14 @@
164164
<toolTipText value=""/>
165165
</properties>
166166
</component>
167+
<component id="50f98" class="javax.swing.JButton" binding="infoButton">
168+
<constraints>
169+
<grid row="5" column="0" row-span="1" col-span="2" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
170+
</constraints>
171+
<properties>
172+
<text value="Info Button"/>
173+
</properties>
174+
</component>
167175
</children>
168176
</grid>
169177
</children>

0 commit comments

Comments
 (0)