An attempt to create an easy to use Java layer over the cruft that is Swing.
Branches
masterLicense
GNU GPL v3+Languages
Java: 88% Markdown: 12% Others: ~1%Content
File name | Latest commit | Latest update |
---|---|---|
.gitignore | Added the first tiny functions for the software. | July 11, 2016 |
README.md | README.md: - Only added '/libre' after the 'free' in 'free … | Aug. 10, 2016 |
Window.java | Change the way JTables are created | March 10, 2017 |
anotherTest.java | Change the way JTables are created | March 10, 2017 |
docs.sh | Added a small compile script for Javadoc generation. | Aug. 15, 2016 |
test.java | Whew, did a lot of stuff: - Window.java : Worked … | July 16, 2016 |
Commits
Hash | Description | Date |
---|---|---|
b6d81e9d1ea94d…
|
Change the way jtables are created. | 03/10/2017 4:48 p.m. |
356a23fc898d68…
|
Added a method to create a jtable widget for the … | 10/21/2016 2:26 p.m. |
41bb278b48bfc9…
|
Added a small compile script for javadoc generation. | 08/15/2016 11:06 a.m. |
6711e1f1aa1921…
|
Updated the javadoc of window.java, which apparantly contained some errors. | 08/15/2016 11:01 a.m. |
b61e1d9fb813a8…
|
Added a filechooser method, prompting the user with an 'open … | 08/10/2016 5:53 p.m. |
7b5e417a3da964…
|
Added the createlist() method to window.java. | 08/10/2016 5:25 p.m. |
fc463952931308…
|
Added the begin of the javadoc for the jlist creator … | 08/10/2016 4:36 p.m. |
7539cb4c37ba22…
|
Window.java: added the createcombobox() method. | 08/10/2016 4:20 p.m. |
58a44db6025ff8…
|
Readme.md:. | 08/10/2016 4:03 p.m. |
333bf578244161…
|
Readme.md:. | 08/10/2016 2:57 p.m. |
44274335ba7708…
|
Window.java: added an addcomponent() method, so that a user can … | 07/17/2016 10:32 a.m. |
807d67f05369fd…
|
Readme.md:. | 07/17/2016 10:22 a.m. |
2f8e61037413b0…
|
The method handling function has been added, so it's now … | 07/16/2016 3:17 p.m. |
9a80574732fe82…
|
Added a small readme file, listing features and constraints. | 07/16/2016 1:55 p.m. |
a05e76e3c1e4e4…
|
Whew, did a lot of stuff:. | 07/16/2016 1:07 p.m. |
9f3e9a84cfb79f…
|
Expanded the button creation functionality, so that it allows to … | 07/14/2016 5:34 p.m. |
8e620b5003a81c…
|
Renamed the main.java file to window.java, which suits its supposed … | 07/14/2016 3 p.m. |
f17774d8fa1112…
|
Added new methods, geared towards presenting dialogs to the user. … | 07/14/2016 2:35 p.m. |
eeef80237f004b…
|
Added the first tiny functions for the software. | 07/11/2016 5 p.m. |