hi, i read most of the Swing application have contains long code in a single class, which means if we create a menubar, i need a method which contains many lines in order to create further like add on menuitems and so on ..
just wonder, should we put every components into respective class ? means menubar will have their own class , tabbedPane have their own class , then we use a manager class (contains main() method)..to act as facade ?