JTabbedPane is a Jcomponent under java swing. The JTabbedPane can have several tabs.
There is a little bit confusion over left and right mouse click events. The confused scenario is when the user right clicks on one of the tabs, it is set as the selected tab. It is too confusing when we need to display the right click popup menu for the selected tab. When the user needs to right...
6/25/2016
SMS Library for a voting application

I implemented a simple voting application using SMSLib. I used the following technologies:
SMSLib: a universal API for SMS messaging
JAVA Swing: the main programming language
MongoDB: for ORM
gson: to convert Java objects into JSON and back
GSM modem: to receive vote messages...