other interesting things
Like what ?
What else do you use your computer for (besides using a browser)? I've written lots of tools in java for different projects on my PC.
For example I'm working on a bridge game program that can save played hands in files. I have several utilities to search and order those files as needed.
Another example is a search program that reads text files and creates an html page of found files.
Another example is a program that reads the html file from the search program and calls a specified program to open the file listed in the html page.
NOTE: Some of these programs are over 10 years old, written long before current versions of standard utilities had the capabilities.
Another program does a backup of source files as needed according to filtering parameters.
Another program will load and execute other java programs in the same JVM as the starting program. When java was soooo slow, having a running JVM made loading a new program faster.
A program to do bulk renames as per filters and parameters.
A slideshow program - this ported nicely to Android so slideshows created on my PC can be copied to my tablet
A waypoint library program - this was ported to Android so routes and waypoints can be copied back and forth
A jarfile class file checker - scans class files in a jar to be sure all referenced classes are present and that there aren't any class files that aren't used. I manually create jar files with a batch file. No
IDE