Posts

Tadukoo Util Alpha v.0.3 Release

 Tadukoo Util Alpha v.0.3 was released today . Tadukoo Util is a collection of useful utilities for any project. It's released under the MIT license so it's very free for anyone to use for their projects. For more information about Tadukoo Util, check out its project page . For Javadocs for Tadukoo Util, visit this page . Tadukoo Util contains the following modules: Tadukoo Lang - provides common basic utilities such as StringUtil and Tuples Tadukoo Functions - provides ThrowingFunctions, ThrowingPredicates, etc. for better use than Java's non-throwing versions Tadukoo Util - provides common utilities that are more advanced, such as MultiMap, ManyToManyMap, and pojo classes Changes Tadukoo Functions New Throwing Functional Interfaces There are now throwing consumers, functions, and predicates with up to 10 parameters. Technical/Other Cleaned up some of the code

Tadukoo Util (and others) Alpha v.0.2.2 Release

Tadukoo Util Tadukoo Util Alpha v.0.2.2 was released a few days ago . Tadukoo Util is a collection of useful utilities for any project. It's released under the MIT license so it's very free for anyone to use for their projects. For more information about Tadukoo Util, check out its project page . For Javadocs for Tadukoo Util, visit this page . This release doesn't really have any code changes compared to Alpha v.0.2.1, it's just a reorganization of the modules involved. So now Tadukoo Util contains the following modules only: Tadukoo Lang - provides common basic utilities such as StringUtil and Tuples Tadukoo Functions - provides ThrowingFunctions, ThrowingPredicates, etc. for better use than Java's non-throwing versions Tadukoo Util - provides common utilities that are more advanced, such as MultiMap, ManyToManyMap, and pojo classes Tadukoo Functions was moved out of Tadukoo Util, so it's not really new code, just moved code. Also the annotations stuff present...

Tadukoo Util Alpha v.0.2.1 Release

 Tadukoo Util Alpha v.0.2.1 was released today . Tadukoo Util is a collection of useful utilities for any project. It's released under the MIT license so it's very free for anyone to use for their projects. For more information about Tadukoo Util, check out its project page . For Javadocs for Tadukoo Util, visit this page . This release represents the third release for Tadukoo Util, and is an official release of the following modules: Tadukoo Annotation Processor - provides @AnnotationProcessor and AnnotationUtil for making Annotations Tadukoo Lang - provides common basic utilities such as StringUtil and Tuples Tadukoo Util - provides common utilities that are more advanced, such as MultiMap, ManyToManyMap, and Throwing Functional Interfaces Tadukoo View - provides utilities for drawing items to the screen, and for building forms While the following modules are included, they should not be considered officially released with this release, and will be completed in future Alpha r...

Tadukoo Parsing Alpha v.0.1 Release

 Tadukoo Parsing Alpha v.0.1 was released today . It's the first release of Tadukoo Parsing. Tadukoo Parsing is a collection of useful utilities for parsing different formats. It's released under the MIT license so it's very free for anyone to use for their projects. For more information about Tadukoo Parsing, check out its project page . For Javadocs for Tadukoo Parsing, visit this page . This release includes Tadukoo JSON, a library for parsing JSON to/from pojos and lists. Tadukoo Parsing is part of the Tadukooverse Master Plan . You can also grab the artifacts off of Maven Central.

Tadukoo Util Alpha v.0.2 Release

 Tadukoo Util Alpha v.0.2 was released today . It represents the second release of software by Tadukooverse. Tadukoo Util is a collection of useful utilities for any project. It's released under the MIT license so it's very free for anyone to use for their projects. For more information about Tadukoo Util, check out its project page . For Javadocs for Tadukoo Util, visit this page . This release is mainly for the first release of Tadukoo View, but there were changes to Tadukoo Lang and Tadukoo Util as well. This release represents the second release for Tadukoo Util, and is an official release of the following modules: Tadukoo Annotation Processor - provides @AnnotationProcessor and AnnotationUtil for making Annotations Tadukoo Lang - provides common basic utilities such as StringUtil and Tuples Tadukoo Util - provides common utilities that are more advanced, such as MultiMap, ManyToManyMap, and Throwing Functional Interfaces Tadukoo View - provides utilities for drawing items ...

Java Look & Feel: Some Planning

This post is part of my Java Look and Feel Journey. See this post  for more details and table of contents (and to find a proper tutorial when it's available). That post will also guide you to another tutorial on using Java's Components & Layouts, so you can make a program to actually see the Look & Feel changes. At this point in the journey, you'd only need the first post , to have a button on screen to see the changes to it, but going further in that series is fine too. This is part 9 of the "Journey" posts. Follow this link for part 1: Getting Started  or this link for the previous part: 8. Make Paint Great Again In case you missed it, Tadukoo Util  had its Alpha v.0.1 release recently. ( See here for Releases post ). Also, if you look at The Tadukooverse Master Plan , you'll see that Tadukoo Look & Feel is the next milestone in Tadukoo Util. So basically now I need to focus on Tadukoo Look & Feel according to my own plans. I took a break for...

Tadukoo Util Alpha v.0.1 Release

 Tadukoo Util Alpha v.0.1 was released earlier today. It represents the first piece of software released by Tadukooverse, and the first piece of software I have personally released in over four years, so it's a major milestone for me. Tadukoo Util is a collection of useful utilities for any project. It's released under the MIT license so it's very free for anyone to use for their projects. For more information about Tadukoo Util, check out its project page . For Javadocs for Tadukoo Util, visit this page . This release represents the first release for Tadukoo Util of the following modules: Tadukoo Annotation Processor - provides @AnnotationProcessor and AnnotationUtil for making Annotations Tadukoo Lang - provides common basic utilities such as StringUtil and Tuples Tadukoo Util - provides common utilities that are more advanced, such as MultiMap, ManyToManyMap, and Throwing Functional Interfaces While the following modules are included, they should not be considered offici...