What is missing from the Java API?
- by Jack
I started using Java years ago and I've always found almost everything I need inside the standard API provided with JDK SE, with the exception of specific things that don't fit well inside a generic API, like GUI elements (graphs or so on) or advanced mathematical API..
So I was wondering: Which are the most important things that the Java API is…