Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.41 KB

README.md

File metadata and controls

42 lines (36 loc) · 1.41 KB

BiubiuTube 📺

Hierarchical Object Model

Naming Convention

Package and Class

To avoid naming conflicts between package and class, use lower camel case or lower case abbreviation for any packages and upper camel case for classes.

Example

  • package
    • biz
    • ui
    • topBar
  • class
    • Business
    • AdDepartment

UI Elements

Elements that might be accessed manually in .java should have a abbreviation prefix.

Name Convention

class prefix example
JLabel lbl lblTitle
JButton btn btnAdd
JTable tbl tblOrder
JTextField txt txtUsername
JPassword txt txtPassword
JComboBox cb cbState
JCheckBox ck ckEnabled
JRadioButton rb rbMale

Explanation

Video platform for non-profit organizations