This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Android Bootcamp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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* |