Skip to content

Commit e6dbb04

Browse files
committed
* changed some descriptions and text
* added balusc licences
1 parent 231015d commit e6dbb04

18 files changed

+79
-71
lines changed

build/built-jar.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Wed, 27 Nov 2013 14:26:09 +0200
2-
3-
4-
C\:\\Projects\\Private\\GitHub\\image-scraper=
1+
#Wed, 27 Nov 2013 15:00:42 +0200
2+
3+
4+
C\:\\Projects\\Private\\GitHub\\image-scraper=
Binary file not shown.

build/classes/imagedownloader/ImageDownloaderAboutBox.form

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</Properties>
1111
<SyntheticProperties>
1212
<SyntheticProperty name="formSizePolicy" type="int" value="1"/>
13+
<SyntheticProperty name="generateCenter" type="boolean" value="false"/>
1314
</SyntheticProperties>
1415
<AuxValues>
1516
<AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="2"/>
@@ -30,15 +31,19 @@
3031
<Component id="imageLabel" min="-2" max="-2" attributes="0"/>
3132
<EmptySpace type="separate" min="-2" max="-2" attributes="0"/>
3233
<Group type="103" groupAlignment="1" attributes="0">
34+
<Component id="appDescLabel" alignment="0" pref="0" max="32767" attributes="0"/>
35+
<Component id="closeButton" alignment="1" min="-2" max="-2" attributes="0"/>
3336
<Group type="102" alignment="0" attributes="0">
34-
<Component id="versionLabel" min="-2" max="-2" attributes="0"/>
35-
<EmptySpace min="-2" max="-2" attributes="0"/>
36-
<Component id="appVersionLabel" min="-2" max="-2" attributes="0"/>
37-
<EmptySpace min="-2" pref="156" max="-2" attributes="0"/>
37+
<Group type="103" groupAlignment="1" attributes="0">
38+
<Group type="102" alignment="0" attributes="0">
39+
<Component id="versionLabel" min="-2" max="-2" attributes="0"/>
40+
<EmptySpace min="-2" max="-2" attributes="0"/>
41+
<Component id="appVersionLabel" min="-2" max="-2" attributes="0"/>
42+
</Group>
43+
<Component id="appTitleLabel" alignment="0" min="-2" max="-2" attributes="0"/>
44+
</Group>
45+
<EmptySpace min="-2" pref="129" max="-2" attributes="0"/>
3846
</Group>
39-
<Component id="appTitleLabel" alignment="0" min="-2" max="-2" attributes="0"/>
40-
<Component id="appDescLabel" alignment="0" pref="270" max="32767" attributes="0"/>
41-
<Component id="closeButton" alignment="1" min="-2" max="-2" attributes="0"/>
4247
</Group>
4348
<EmptySpace min="-2" max="-2" attributes="0"/>
4449
</Group>
@@ -57,7 +62,7 @@
5762
<Component id="versionLabel" alignment="3" min="-2" max="-2" attributes="0"/>
5863
<Component id="appVersionLabel" alignment="3" min="-2" max="-2" attributes="0"/>
5964
</Group>
60-
<EmptySpace pref="59" max="32767" attributes="0"/>
65+
<EmptySpace pref="17" max="32767" attributes="0"/>
6166
<Component id="closeButton" min="-2" max="-2" attributes="0"/>
6267
<EmptySpace max="-2" attributes="0"/>
6368
</Group>
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
imagedownloader.MyCustomFilter
2-
imagedownloader.ImageDownloaderView
1+
imagedownloader.MyCustomFilter
2+
imagedownloader.ImageDownloaderView

build/classes/imagedownloader/resources/ImageDownloaderAboutBox.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
title = About: ${Application.title} ${Application.version}
1+
title = About: ${Application.title} ${Application.version}
22

33
closeAboutBox.Action.text = &Close
44

5-
appDescLabel.text=<html>${Application.description}
5+
appDescLabel.text=<html>A simple Java desktop application that downloads files according to settings provided.<br>the url template is used to identify url path's with a numerical incrementor<br>the CSS Selector is used to identify images on the current page
66

77
versionLabel.text=Product Version\:
88

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Application global resources
2-
3-
Application.name = ImageDownloader
4-
Application.title = Image Downloader
5-
Application.version = 1.0
2+
Application.name = image-scraper
3+
Application.title = image-scraper
4+
Application.version = 2.0
65
Application.vendor = Sun Microsystems Inc.
76
Application.homepage = http\://appframework.dev.java.net/
8-
Application.description = A simple Java desktop application that downloads files according to settings provided. works with numerical indices
7+
Application.description = A simple java application for scraping images of websites using url templates and CSS selectors.
98
Application.vendorId = Sun
109
Application.id = ${Application.name}
1110
Application.lookAndFeel = system

build/classes/imagedownloader/resources/ImageDownloaderView.properties

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
1-
# Resources for the ImageDownloaderView class
2-
31
# top-level menus
4-
52
fileMenu.text = File
63
helpMenu.text = Help
74

85
# @Action resources
9-
106
showAboutBox.Action.text = &About...
117
showAboutBox.Action.shortDescription = Show the application's information dialog
128

139
# status bar resources
14-
1510
StatusBar.messageTimeout = 5000
1611
StatusBar.busyAnimationRate = 30
1712
StatusBar.idleIcon = busyicons/idle-icon.png
@@ -32,7 +27,7 @@ StatusBar.busyIcons[13] = busyicons/busy-icon13.png
3227
StatusBar.busyIcons[14] = busyicons/busy-icon14.png
3328
fileChooser.dialogTitle=Select File
3429
butSelect.text=Open
35-
txtUrl.text=
30+
txtUrl.text= http://www.example.com
3631
butStart.text=Start Download
3732
lblDirectory.text=Directory :
3833
lblRangeStart.text=Range Start :
@@ -42,4 +37,4 @@ lblURLPatternEnd.text=URL Template
4237
txtUrlTemplate.text=$[digit].php
4338
txtCssSelector.text=td.content-center > img
4439
txtDirectory.text=
45-
chkPadded.text=Padded Digits?
40+
chkPadded.text=Padded Digits?
Binary file not shown.

dist/README.TXT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ the projects runtime path.
2929
* To set a main class in a standard Java project, right-click the project node
3030
in the Projects window and choose Properties. Then click Run and enter the
3131
class name in the Main Class field. Alternatively, you can manually type the
32-
class name in the manifest Main-Class element.
32+
class name in the manifest Main-Class element.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy