Where is the best place to share code for Swing components?
I am relatively new to
Java.
I have developed an Android app for my smart phone which I use to log the various tasks that I work on. This helps a lot when it comes time to fill out my timesheet on Friday.
When my colleagues saw it they asked if I could convert it to a desktop app. While developing the desktop version I had to develop a DatePickerDialog in swing like the one in Android.
I would like to share this code with others in hopes of saving them the trouble of reinventing the wheel and to get some feedback on my code.
Where is the best place to do this?