Views the latest images from e621 directly at your desktop.
Why would you want posts to be displayed on the Desktop? Well, why not? x)
This was designed as some kind of win vista/7 sidebar gadget so, yea...
This is one of my first Java apps, starting three years ago. I wrote/tested it on Win7.
I could tweak and play with the code forever, but i decided to just upload it.
Features
► Save images to your hard-drive
► Use a custom Filter (this is basically your search string)
► Randomize results (using your filter)
► Automatically refreshing (you may set the interval between 0 and 1440 min)
► Change the frame-size
► Blacklisting certain tags (in case the filter is not enough)
► Images may now be cached reducing network traffic
Also there's a README no one will read for more total useless information
Download from DropBox (r24)
Source Code from DropBox (r23)
My XML and INI reader are not included in the source (cuz I don't want to)
Update 2016-09-30
rev 24
~ redownload corrupted images (1 try) caused e.g. by Closing the application
~ prevent overscaling small images. max overscaling is currently fixed to 1.33x
Update 2016-04-04
rev 23
[FIXED] Image loading now requires a user-agent to be sent with the request
~ changed the config from the values mess to a ini config using my own ini reader
~ settings
~ + option to fix window position
~ main window
~ + holding shift while clicking the hide button will (save cfg and) close the application
Update 2016-01-26
rev 22
~ removed SAX parser for XML results and replaced it with my own XML parser
~ + UTF-8 escaping search tags, as it seems to be required by Jan 2016
~ changed algorythm for random results. Should be more random now
[FIXED] Application getting stuck at silent-/loading
Update 2015-10-25 (from r18)
rev 21
[Fixed] Bug where zoomed message image was actually 4x scaled instead of 2x
[Fixed] Anchors were not saved, Y Position wasn't correctly calculated for saveing
+ optional cache directory so images don't have to be downloaded over and over again
~ settings dialog
~ + added form to setup and enable caching
rev 20
~ Post number Randomizer
~ ~ Improved RNG
~ [Fixed] Blacklist loop looking for the same image 5 times without calling a new random
~ update timer is now shedules every 15 seconds (prevents double/quick loading after manually refreshing)
[Fixed] Strange zooming behaviour on error dialogs
rev 19
+ Blacklist feature scanning up to 5 posts for blacklisted tags (displays error if failed)
~ Settings
~ ~ Reordered Elements
~ Sidebar
~ + Depending on the y-position the sidebar will be displayed at the top or bottom now
[Fixed] Sidebar won't flip sides on zooming anymore
Updated by KewlFox