This library contains a number of advanced components and layout managers the Java Swing framework is missing.
http://blue-walrus.com/2010/11/expandable-swing-sidebar/
Just like in Outlook, a slider on the left opens and closes menu options
http://blue-walrus.com/2011/02/expandable-text-area-in-swing/
This component is a text area which has a special bottom right corner. When a user hovers over this corner, it can be dragged, and the whole component can then have its size readjusted. You see this component a lot in web pages.
http://blue-walrus.com/2011/03/swing-filtered-tree-just-like-in-eclipse/
It's a standard JTree with a textfield on the top. As the user types in the textfield, the tree branches are filtered. Quite common in IDEs like Eclipse.
http://blue-walrus.com/2014/12/row-number-column-in-jtable/
At a fixed number column to a JTable. Makes it look like an Excel Sheet.
http://blue-walrus.com/2011/03/swing-table-row-displayer-in-dialog/
Takes a table row in a JTable and displays it in a dialog
http://blue-walrus.com/2015/01/simple-login-dialog-in-java-swing/
http://blue-walrus.com/2015/01/swing-error-dialog-with-exception-displayer/
Display an exception inside your error dialog
Download the .jar
file and optionally the source code and the javadoc from the latest [release] (https://github.com/piegamesde/swing_library/releases) and add it to your class path.
Go to jitpack.io, select the build system you are using and paste the code into your configuration.