Skip to content

MHAN001/BiuBiuTube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages