Skip to content

Instantly share code, notes, and snippets.

View gopaljaiswal's full-sized avatar

GOPAL JAISWAL gopaljaiswal

View GitHub Profile
@gopaljaiswal
gopaljaiswal / Notes
Created November 4, 2015 13:45
Android Bootcamp
Android Bootcamp
@gopaljaiswal
gopaljaiswal / Calculator.java
Created February 11, 2015 17:53
A Basic Java Swing calculator
/*
Topic: A basic Java Swing Calculator
Conventions Used in Source code
---------------------------------
1. All JLabel components start with jlb*
2. All JPanel components start with jpl*
3. All JMenu components start with jmenu*
4. All JMenuItem components start with jmenuItem*
5. All JDialog components start with jdlg*