Take the 2008 Git User's Survey and help out! [ hide ]

public
Description: eBay auction sniping, bidding & monitoring software.
Homepage: http://www.jbidwatcher.com
Clone URL: git://github.com/cyberfox/jbidwatcher.git
Search Repo:
I mistakenly added '/' to the beginning of all the icon paths, thinking 
that was the 'broken image' problem.  It wasn't, except in the debugger.  
When running under the debugger, it needs that '/', but when running out 
of the .jar file, it needs to not have it.  Since it's not code, I've 
removed the '/' for the more general case.

git-svn-id: svn://svn.jbidwatcher.com/jbidwatcher@559 
b1acfa68-eb39-11db-b167-a3a8cd6b847e
cyberfox (author)
Mon Jul 07 09:50:30 -0700 2008
commit  a8b5786c4d0b811de4c8d69ab7671787f0070b44
tree    25e1b21b96a415663abb13dfc2333fe5c1600214
parent  41311f0a964bc86b65126d5a03ffe2c96ffdca50
...
75
76
77
78
 
79
80
81
82
 
83
84
85
86
87
88
 
89
90
91
 
92
93
94
95
96
97
 
98
99
100
 
101
102
103
104
 
105
106
107
108
 
109
110
111
112
113
 
114
115
116
117
118
119
 
120
121
122
123
 
124
125
126
...
75
76
77
 
78
79
80
81
 
82
83
84
85
86
87
 
88
89
90
 
91
92
93
94
95
96
 
97
98
99
 
100
101
102
103
 
104
105
106
107
 
108
109
110
111
112
 
113
114
115
116
117
118
 
119
120
121
122
 
123
124
125
126
0
@@ -75,52 +75,52 @@ select 'View Comment' to see the comment. Using 'View Information'
0
 will give it as well. If your windowing system suppors tooltips, the
0
 comment will also show up in the tooltip for that item.
0
 </li>
0
-<li>Pinned Note <img src="<%jar%>/icons/note3.gif"><br>
0
+<li>Pinned Note <img src="<%jar%>icons/note3.gif"><br>
0
 This means the same as Bold on an auction identifier, above. There is
0
 a comment on the auction.
0
 </li>
0
-<li>'B' with speed lines <img src="<%jar%>/icons/bin_item.gif"><br>
0
+<li>'B' with speed lines <img src="<%jar%>icons/bin_item.gif"><br>
0
 This item has Buy It Now enabled. Items which have the Buy It Now
0
 logo alone, without the white ball, are 'Fixed Price'. You can only
0
 use B.I.N. to purchase them. (You should also see '(FP)' in the
0
 current price column.)
0
 </li>
0
-<li>The single-character PayPal logo <img src="<%jar%>/icons/paypal16x16.gif"><br>
0
+<li>The single-character PayPal logo <img src="<%jar%>icons/paypal16x16.gif"><br>
0
 This item supports payment via PayPal.
0
 </li>
0
-<li>Camera <img src="<%jar%>/icons/camera.gif"><br>
0
+<li>Camera <img src="<%jar%>icons/camera.gif"><br>
0
 This means that there is a thumbnail image available. You can hover
0
 your cursor over the item, and it will show it in a moment, or you can
0
 right-click (Ctrl-Click for MacOSX) and choose 'Show Information' and
0
 it will show the thumbnail along with the item information.
0
 </li>
0
-<li>Red 'R' bar sinister <img src="<%jar%>/icons/unmet_reserve.gif"><br>
0
+<li>Red 'R' bar sinister <img src="<%jar%>icons/unmet_reserve.gif"><br>
0
 Simply means that there is a reserve, and it has not yet been met.
0
 </li>
0
-<li>Blue 'R' in a circle <img src="<%jar%>/icons/met_reserve.gif"><br>
0
+<li>Blue 'R' in a circle <img src="<%jar%>icons/met_reserve.gif"><br>
0
 There is a reserve on this item, but the current price is above that
0
 reserve price.
0
 </li>
0
-<li>Winning <img src="<%jar%>/icons/winning.gif"><br>
0
+<li>Winning <img src="<%jar%>icons/winning.gif"><br>
0
 This means that you are the current high bidder, and above the reserve
0
 if any, on this item.
0
 </li>
0
-<li>Green ball <img src="<%jar%>/icons/green_ball.gif"><br>
0
+<li>Green ball <img src="<%jar%>icons/green_ball.gif"><br>
0
 This only shows up on your 'selling' page, and it meeans that your
0
 item has a bid that is above the reserve, if any, and will sell
0
 barring bid cancellations.
0
 </li>
0
-<li>Invalid Item <img src="<%jar%>/icons/invalid.png"><br>
0
+<li>Invalid Item <img src="<%jar%>icons/invalid.png"><br>
0
 This indicates that JBidwatcher could not successfully read the item from
0
 eBay the last time it tried. It could be because of a communications
0
 failure, because it's in a section you don't have access to, or because
0
 the item has been deleted from eBay.
0
 </li>
0
-<li>Deleted Item <img src="<%jar%>/icons/deleted.png"><br>
0
+<li>Deleted Item <img src="<%jar%>icons/deleted.png"><br>
0
 This indicates that JBidwatcher has determined the item has been removed
0
 from eBay.
0
 </li>
0
-<li>Feed Icon <img src="<%jar%>/icons/feed.gif"><br>
0
+<li>Feed Icon <img src="<%jar%>icons/feed.gif"><br>
0
 This links to a dialog that lets you copy the URLs to the JBidwatcher
0
 RSS feeds. It also allows you to launch the feed:// urls, if you have
0
 an application which understands the feed:// protocol. (Mac OS X, and

Comments

    No one has commented yet.